CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/18 15:19:36
Modified files:
sys/arch/arm64/conf: files.arm64
sys/arch/arm64/dev: arm64_bus_space.c
Removed files:
sys/arch/arm64/arm64: arm64_a4x_iobus.c arm64_iobus.c
Log message:
Consolidate bus space tags into generic bus space code. Especially
considering we don't have a separate iobus and the a4x iobus wasn't
even compiled it does not make sense to declare those in iobus.
Improves code readability as well.
