summaryrefslogtreecommitdiff
path: root/arch/alpha/types.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-10 17:57:44 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-10 17:57:44 -0500
commit22ee0e5734c7107482b6bb38aba81ab4f8e2b667 (patch)
treefa582c07c7077a13dc403e0aa6275adf49198843 /arch/alpha/types.hh
parent2ee6e7ab5f3ea50080a9448e6bd8defcdb534640 (diff)
downloadgem5-22ee0e5734c7107482b6bb38aba81ab4f8e2b667.tar.xz
Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here any more.
--HG-- extra : convert_revision : 443ae3fe4d7ac99ef5cbd1366266604bb13761c3
Diffstat (limited to 'arch/alpha/types.hh')
-rw-r--r--arch/alpha/types.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/alpha/types.hh b/arch/alpha/types.hh
index 17d1d262d..7af3bebd8 100644
--- a/arch/alpha/types.hh
+++ b/arch/alpha/types.hh
@@ -29,7 +29,6 @@
#ifndef __ARCH_ALPHA_TYPES_HH__
#define __ARCH_ALPHA_TYPES_HH__
-#include "config/full_system.hh"
#include "sim/host.hh"
namespace AlphaISA
@@ -60,10 +59,6 @@ namespace AlphaISA
double d;
} FloatReg;
-#if FULL_SYSTEM
- typedef uint64_t InternalProcReg;
-#endif
-
// control register file contents
typedef uint64_t MiscReg;