2c2
< * Copyright (c) 2013-2015 ARM Limited
---
> * Copyright (c) 2013-2016 ARM Limited
146c146
< void finishRequest(bool will_retry, const Addr addr);
---
> void finishRequest(bool will_retry, Addr addr, bool is_secure);
284a285,292
> /**
> * Use the lower bits of the address to keep track of the line status
> */
> enum LineStatus {
> /** block holds data from the secure memory space */
> LineSecure = 0x01,
> };
>