CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/16 12:13:44
Modified files:
sys/arch/luna88k/cbus: i82365_cbus.c necsb.c
sys/arch/luna88k/dev: spc.c
sys/arch/luna88k/include: bus.h
Log message:
Use a power of two and left shift, rather than integer multiplication, for
the bus_space access stride. This allows better instruction scheduling by
the compiler.
ok aoyama@
