Port: Make getAddrRanges const
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:34 +0000 (12:35 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:34 +0000 (12:35 -0400)
commit46d9adb68c96b94ae25bbe92d34e375daf532ece
tree8a0792d1d67958eeb65ee978edc5217e2b499ae7
parent830391cad9764b923edd8f761e9fe5d11fd9d837
Port: Make getAddrRanges const

This patch makes getAddrRanges const throughout the code base. There
is no reason why it should not be, and making it const prevents adding
any unintentional side-effects.
35 files changed:
src/arch/x86/interrupts.cc
src/arch/x86/interrupts.hh
src/dev/arm/gic.cc
src/dev/arm/gic.hh
src/dev/arm/pl111.cc
src/dev/arm/pl111.hh
src/dev/io_device.cc
src/dev/io_device.hh
src/dev/pciconfigall.cc
src/dev/pciconfigall.hh
src/dev/pcidev.cc
src/dev/pcidev.hh
src/dev/sparc/iob.cc
src/dev/sparc/iob.hh
src/dev/uart8250.cc
src/dev/uart8250.hh
src/dev/x86/i8042.cc
src/dev/x86/i8042.hh
src/dev/x86/i82094aa.hh
src/dev/x86/intdev.hh
src/mem/bridge.cc
src/mem/bridge.hh
src/mem/bus.cc
src/mem/bus.hh
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh
src/mem/coherent_bus.hh
src/mem/comm_monitor.cc
src/mem/comm_monitor.hh
src/mem/noncoherent_bus.hh
src/mem/port.hh
src/mem/ruby/system/RubyPort.cc
src/mem/ruby/system/RubyPort.hh
src/mem/simple_mem.cc
src/mem/simple_mem.hh