pagetable_walker.cc (8232:b28d06a175be) pagetable_walker.cc (8711:c7e14f52c682)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

149
150void
151Walker::WalkerPort::recvFunctional(PacketPtr pkt)
152{
153 return;
154}
155
156void
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

149
150void
151Walker::WalkerPort::recvFunctional(PacketPtr pkt)
152{
153 return;
154}
155
156void
157Walker::WalkerPort::recvStatusChange(Status status)
157Walker::WalkerPort::recvRangeChange()
158{
158{
159 if (status == RangeChange) {
160 if (!snoopRangeSent) {
161 snoopRangeSent = true;
162 sendStatusChange(Port::RangeChange);
163 }
164 return;
165 }
166
167 panic("Unexpected recvStatusChange.\n");
168}
169
170void
171Walker::WalkerPort::recvRetry()
172{
173 walker->recvRetry();
174}
175

--- 548 unchanged lines hidden ---
159}
160
161void
162Walker::WalkerPort::recvRetry()
163{
164 walker->recvRetry();
165}
166

--- 548 unchanged lines hidden ---