Deleted Added
sdiff udiff text old ( 8766:b0773af78423 ) new ( 8767:e575781f71b8 )
full compact
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

96
97 EndQuiesceEvent *getQuiesceEvent() { return quiesceEvent; }
98
99 void profileClear();
100
101 void profileSample();
102
103 TheISA::Kernel::Statistics *getKernelStats() { return kernelStats; }
104#else
105 Process *getProcessPtr() { return process; }
106#endif
107
108 TranslatingPort *getMemPort();
109
110 void setMemPort(TranslatingPort *_port) { port = _port; }
111
112 VirtualPort *getVirtPort() { return virtPort; }
113
114 FunctionalPort *getPhysPort() { return physPort; }

--- 94 unchanged lines hidden ---