From 63a6d7376b539d7da7143217f936b4ee4f984b26 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 7 Oct 2007 18:10:42 -0700 Subject: X86: Make initCPU and startupCPU do something basic. --HG-- extra : convert_revision : 1a04f4402f4f31e4e5cd482c7983d853fe117df5 --- src/arch/x86/miscregs.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/x86/miscregs.hh') diff --git a/src/arch/x86/miscregs.hh b/src/arch/x86/miscregs.hh index 8080bd90b..15932f92c 100644 --- a/src/arch/x86/miscregs.hh +++ b/src/arch/x86/miscregs.hh @@ -117,6 +117,9 @@ namespace X86ISA // Flags register MISCREG_RFLAGS = MISCREG_DR_BASE + NumDRegs, + // Extended feature enable register + MISCREG_EFER, + // Segment selectors MISCREG_SEG_SEL_BASE, MISCREG_ES = MISCREG_SEG_SEL_BASE, -- cgit v1.2.3