summaryrefslogtreecommitdiff
path: root/cpu/simple_cpu/simple_cpu.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-11-18 00:24:36 -0500
committerNathan Binkert <binkertn@umich.edu>2004-11-18 00:24:36 -0500
commit44ef49bd2b66799add0077ecf60c2a111d9a2844 (patch)
tree5108d07ebea93a71d9c01d7742b21554fbe95610 /cpu/simple_cpu/simple_cpu.hh
parentaddf5436876ad7decb393abf76373e61a829b923 (diff)
downloadgem5-44ef49bd2b66799add0077ecf60c2a111d9a2844.tar.xz
undo simple CPU changes
--HG-- extra : convert_revision : dce0d9f7d34243899f699488c6534fb1ccea4849
Diffstat (limited to 'cpu/simple_cpu/simple_cpu.hh')
-rw-r--r--cpu/simple_cpu/simple_cpu.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpu/simple_cpu/simple_cpu.hh b/cpu/simple_cpu/simple_cpu.hh
index 64e45d35e..341a0da23 100644
--- a/cpu/simple_cpu/simple_cpu.hh
+++ b/cpu/simple_cpu/simple_cpu.hh
@@ -184,8 +184,6 @@ class SimpleCPU : public BaseCPU
// Refcounted pointer to the one memory request.
MemReqPtr memReq;
- StaticInstPtr<TheISA> globalsi;
-
class CacheCompletionEvent : public Event
{
private:
@@ -194,8 +192,6 @@ class SimpleCPU : public BaseCPU
public:
CacheCompletionEvent(SimpleCPU *_cpu);
- bool read;
-
virtual void process();
virtual const char *description();
};
@@ -242,7 +238,7 @@ class SimpleCPU : public BaseCPU
Stats::Scalar<> dcacheStallCycles;
Counter lastDcacheStall;
- void processCacheCompletion(bool read);
+ void processCacheCompletion();
virtual void serialize(std::ostream &os);
virtual void unserialize(Checkpoint *cp, const std::string &section);