Sparse Memory: Simplify the structure for an entry
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 10 Jan 2012 16:20:32 +0000 (10:20 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 10 Jan 2012 16:20:32 +0000 (10:20 -0600)
commitadff204c976fb821ac3f2d3545fc28e3fa30c088
tree297f542e03eb14a487a29b67a9b92c31b237813b
parentcfa1d26b43614af88154f6015a7f3a4a6b7c08de
Sparse Memory: Simplify the structure for an entry
The SparseMemEntry structure includes just one void* pointer. It seems
unnecessary that we have a structure for this. The patch removes the
structure and makes use of a typedef on void* instead.
src/mem/ruby/system/SparseMemory.cc
src/mem/ruby/system/SparseMemory.hh