59a60
> #include "sim/system.hh"
65d65
< class System;
119a120,122
> /** Cache the cache line size that we get from the system */
> const unsigned int _cacheLineSize;
>
345a349,353
> * Get the cache line size of the system.
> */
> inline unsigned int cacheLineSize() const { return _cacheLineSize; }
>
> /**