]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the implementation of bus_space_barrier(9) to the inline function in
authormarius <marius@FreeBSD.org>
Thu, 24 Oct 2013 17:06:41 +0000 (17:06 +0000)
committermarius <marius@FreeBSD.org>
Thu, 24 Oct 2013 17:06:41 +0000 (17:06 +0000)
commit20009df359ce30467764d1541b768b38dcabf56d
tree5976af85d101a80d68abb4154a04ec9de7595cf4
parent151389a51e2e4650e5f38ce82118f1a1ad8efd3d
Move the implementation of bus_space_barrier(9) to the inline function in
the header. Actually, there's only one version for all types of busses, so
it doesn't make sense to walk up the hierarchy.
sys/sparc64/include/bus.h
sys/sparc64/include/bus_private.h
sys/sparc64/pci/fire.c
sys/sparc64/pci/psycho.c
sys/sparc64/pci/schizo.c
sys/sparc64/sbus/sbus.c
sys/sparc64/sparc64/bus_machdep.c