summaryrefslogtreecommitdiff
path: root/src/arch/x86/mmaped_ipr.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-08-23 16:14:24 -0700
committerGabe Black <gblack@eecs.umich.edu>2010-08-23 16:14:24 -0700
commit25ffa8eb8b3ebdfe62f1e17f51030ffdf79b5275 (patch)
tree01b73f5ede03967b0577ddb45c552efd9b3a9170 /src/arch/x86/mmaped_ipr.hh
parent7a6ed1b10bd483589e474985bc664233d3a43e35 (diff)
downloadgem5-25ffa8eb8b3ebdfe62f1e17f51030ffdf79b5275.tar.xz
X86: Create a directory for files that define register indexes.
This is to help tidy up arch/x86. These files should not be used external to the ISA. --HG-- rename : src/arch/x86/apicregs.hh => src/arch/x86/regs/apic.hh rename : src/arch/x86/floatregs.hh => src/arch/x86/regs/float.hh rename : src/arch/x86/intregs.hh => src/arch/x86/regs/int.hh rename : src/arch/x86/miscregs.hh => src/arch/x86/regs/misc.hh rename : src/arch/x86/segmentregs.hh => src/arch/x86/regs/segment.hh
Diffstat (limited to 'src/arch/x86/mmaped_ipr.hh')
-rw-r--r--src/arch/x86/mmaped_ipr.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/mmaped_ipr.hh b/src/arch/x86/mmaped_ipr.hh
index 36a61f1bc..82fe95cef 100644
--- a/src/arch/x86/mmaped_ipr.hh
+++ b/src/arch/x86/mmaped_ipr.hh
@@ -46,7 +46,7 @@
* ISA-specific helper functions for memory mapped IPR accesses.
*/
-#include "arch/x86/miscregs.hh"
+#include "arch/x86/regs/misc.hh"
#include "config/full_system.hh"
#include "cpu/base.hh"
#include "cpu/thread_context.hh"