]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the bus_space functions with KCSAN on arm64.
authorandrew <andrew@FreeBSD.org>
Thu, 21 Nov 2019 13:12:58 +0000 (13:12 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 21 Nov 2019 13:12:58 +0000 (13:12 +0000)
commit34537aa902739d76e0c3b63aad7a196518f8072c
treee804fc2afd317aa126319d56e7b820ae9b4e6c49
parente0d8dc7f568418a85916005a660cc11a6cd10b8e
Fix the bus_space functions with KCSAN on arm64.

Arm64 doesn't define the bus_space_set_multi_stream and
bus_space_set_region_stream functions. Don't try to define them there.

Sponsored by: DARPA, AFRL
sys/kern/subr_csan.c