More include files, removing definition of SendResult whioch isn't needed anymore
authorRon Dreslinski <rdreslin@umich.edu>
Tue, 31 Jan 2006 19:42:42 +0000 (14:42 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Tue, 31 Jan 2006 19:42:42 +0000 (14:42 -0500)
cpu/simple/cpu.hh:
    Some needed includes
mem/port.hh:
    Now we removed the sendResult and replaced with void,tick,bool don't need it defined anymore

--HG--
extra : convert_revision : aea08ec299c41b9f9a5b0da7649cef0459315139

cpu/simple/cpu.hh
mem/port.hh

index 30fea0f861f344fe039d63d71b73e92c44d83b0e..0fb6235b46c5482fb2434944201af364b577beff 100644 (file)
@@ -36,6 +36,9 @@
 #include "cpu/pc_event.hh"
 #include "cpu/sampler/sampler.hh"
 #include "cpu/static_inst.hh"
+#include "mem/packet.hh"
+#include "mem/port.hh"
+#include "mem/request.hh"
 #include "sim/eventq.hh"
 
 // forward declarations
index 1cbb18f004c08bcc4cde8a8f2c4e533be859e9ff..81150b2a30834e8e7e1307109218be16d3d10e5e 100644 (file)
 #include "mem/packet.hh"
 #include "mem/request.hh"
 
-/** The immediate result of a Send call.  Can be used to determine if a fast path
-    access can occur, or if a retry may come. */
-enum SendResult
-{
-    Success,
-    Failure
-};
-
 /**
  * Ports are used to interface memory objects to
  * each other.  They will always come in pairs, and we refer to the other