48,49c48,49
< paddr(_paddr), vaddr(_vaddr), size(PageBytes), writable(true), user(true),
< uncacheable(false), global(false), patBit(0), noExec(false)
---
> paddr(_paddr), vaddr(_vaddr), logBytes(PageShift), writable(true),
> user(true), uncacheable(false), global(false), patBit(0), noExec(false)
57c57
< SERIALIZE_SCALAR(size);
---
> SERIALIZE_SCALAR(logBytes);
63a64
> SERIALIZE_SCALAR(lruSeq);
71c72
< UNSERIALIZE_SCALAR(size);
---
> UNSERIALIZE_SCALAR(logBytes);
77a79
> UNSERIALIZE_SCALAR(lruSeq);