Deleted Added
sdiff udiff text old ( 8975:7f36d4436074 ) new ( 9087:b5a084a6159b )
full compact
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 190 unchanged lines hidden (view full) ---

199 SlavePacketQueue queue;
200
201 bool blocked;
202
203 bool mustSendRetry;
204
205 private:
206
207 EventWrapper<Port, &Port::sendRetry> sendRetryEvent;
208
209 };
210
211 CacheSlavePort *cpuSidePort;
212 CacheMasterPort *memSidePort;
213
214 protected:
215

--- 368 unchanged lines hidden ---