NetBSD/sys/arch/shark/isa
thorpej a7d44c2503 Use separate function pointers for dmamap_sync pre- vs post- operations.
Change the bus_dmamap_sync() macro to test the ops argument against pre-
and post- constants.  The compiler will optimize out dead code because
of the constants.  Since post- operations are not needed on ARM (except
for ISA bounce buffers), this eliminate a large number of function calls
which are noops, each of which cost at least 6 cycles just in the call
and return overhead (not to mention whatever other useless work the
compiler decides to do in the callee).
2002-08-17 20:46:26 +00:00
..
clock.c
ds1687reg.h
icu.h
isa_io.c
isa_io_asm.S
isa_irq.S
isa_irqhandler.c
isa_shark_machdep.c
isadma_machdep.c Use separate function pointers for dmamap_sync pre- vs post- operations. 2002-08-17 20:46:26 +00:00
joy_timer.c
nvram.h
spkrreg.h