2c2
< * Copyright (c) 2012 ARM Limited
---
> * Copyright (c) 2012-2013 ARM Limited
51a52
> #include "sim/system.hh"
149d149
< unsigned cacheBlockSize() const { return peerBlockSize(); }
181c181
< unsigned cacheBlockSize() const { return dmaPort.cacheBlockSize(); }
---
> unsigned int cacheBlockSize() const { return sys->cacheLineSize(); }