2c2
< * Copyright (c) 2011-2012 ARM Limited
---
> * Copyright (c) 2011-2013 ARM Limited
90a91,93
> /** Granularity of any transactions issued through this proxy. */
> const unsigned int _cacheLineSize;
>
94c97,98
< PortProxy(MasterPort &port) : _port(port) { }
---
> PortProxy(MasterPort &port, unsigned int cacheLineSize) :
> _port(port), _cacheLineSize(cacheLineSize) { }