Review Board 2.0.15


Sparse Memory: Simplify the structure for an entry

Review Request #957 - Created Dec. 30, 2011 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
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.