562,569c562,564
< #if FULL_SYSTEM
< // Flag to say whether or not address is physical addr.
< unsigned flags = cpu->inPalMode(fetch_PC) ? PHYSICAL : 0;
< #else
< unsigned flags = 0;
< #endif // FULL_SYSTEM
<
< if (cacheBlocked || isSwitchedOut() || (interruptPending && flags == 0)) {
---
> //AlphaDep
> if (cacheBlocked || isSwitchedOut() ||
> (interruptPending && (fetch_PC & 0x3))) {
588c583
< RequestPtr mem_req = new Request(tid, fetch_PC, cacheBlkSize, flags,
---
> RequestPtr mem_req = new Request(tid, fetch_PC, cacheBlkSize, 0,