Mem: Remove the file parameter from AbstractMemory
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 19 Sep 2012 10:15:46 +0000 (06:15 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 19 Sep 2012 10:15:46 +0000 (06:15 -0400)
commita731f8f9dd62c80e4c927789afeb3a2efae4d64c
tree2b94d9e05d0ce0dd24322f8f83654c596c6fbebb
parentffb6aec603c38e16ae91ea975c16fc3e8fb337e5
Mem: Remove the file parameter from AbstractMemory

This patch removes the unused file parameter from the
AbstractMemory. The patch serves to make it easier to transition to a
separation of the actual contigious host memory backing store, and the
gem5 memory controllers.

Without the file parameter it becomes easier to hide the creation of
the mmap in the PhysicalMemory, as there are no longer any reasons to
expose the actual contigious ranges to the user.

To the best of my knowledge there is no use of the parameter, so the
change should not affect anyone.
src/mem/AbstractMemory.py
src/mem/abstract_mem.cc