summaryrefslogtreecommitdiff
path: root/src/arch/alpha
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2007-11-15 14:17:21 -0500
committerKorey Sewell <ksewell@umich.edu>2007-11-15 14:17:21 -0500
commit7ba65aecaaf83f29c1da34f2836d17b573ef5270 (patch)
tree79857c5135bb8b98ec76c1df5fd7d5deafab94c6 /src/arch/alpha
parent789153dff64edcf046d800f231dffa6d66004ed5 (diff)
downloadgem5-7ba65aecaaf83f29c1da34f2836d17b573ef5270.tar.xz
Add CoreSpecific type to all archs
--HG-- extra : convert_revision : 659786bf6489ab6151e47fbf1f4c0a723262fce2
Diffstat (limited to 'src/arch/alpha')
-rw-r--r--src/arch/alpha/types.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/alpha/types.hh b/src/arch/alpha/types.hh
index 6433ea3ca..f6648b776 100644
--- a/src/arch/alpha/types.hh
+++ b/src/arch/alpha/types.hh
@@ -70,6 +70,9 @@ namespace AlphaISA
ITOUCH_ANNOTE = 0xffffffff,
};
+ struct CoreSpecific {
+ int core_type;
+ };
} // namespace AlphaISA
#endif