Changed targetarch to arch for isa_traits.hh include
[gem5.git] / cpu / o3 / comm.hh
index 475ab8df8a25d5cf33f9a08a0ba2c4cdee4c7eed..c74c77ddfb7cfa9cd12a502ef8e0cd67f27fb131 100644 (file)
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef __CPU_BETA_CPU_COMM_HH__
-#define __CPU_BETA_CPU_COMM_HH__
+#ifndef __CPU_O3_CPU_COMM_HH__
+#define __CPU_O3_CPU_COMM_HH__
 
 #include <vector>
 
-#include "arch/alpha/isa_traits.hh"
+#include "arch/isa_traits.hh"
 #include "cpu/inst_seq.hh"
 #include "sim/host.hh"
 
@@ -160,4 +160,4 @@ struct TimeBufStruct {
     commitComm commitInfo;
 };
 
-#endif //__CPU_BETA_CPU_COMM_HH__
+#endif //__CPU_O3_CPU_COMM_HH__