summaryrefslogtreecommitdiff
path: root/src/arch/x86/miscregs.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:54:12 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:54:12 -0400
commit6b8d0363ee271a1b36dd03e3bac5e62efc52aad4 (patch)
tree3a4d71f9ebb2cdc968708b13c9f6ad764e368cbf /src/arch/x86/miscregs.hh
parentb10742ee2b01213999ba9a3706093f5946097341 (diff)
downloadgem5-6b8d0363ee271a1b36dd03e3bac5e62efc52aad4.tar.xz
X86: Rename the divide count register to divide configuration.
Diffstat (limited to 'src/arch/x86/miscregs.hh')
-rw-r--r--src/arch/x86/miscregs.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/miscregs.hh b/src/arch/x86/miscregs.hh
index caa1e817b..5a6ee752d 100644
--- a/src/arch/x86/miscregs.hh
+++ b/src/arch/x86/miscregs.hh
@@ -397,8 +397,8 @@ namespace X86ISA
MISCREG_APIC_LVT_ERROR,
MISCREG_APIC_INITIAL_COUNT,
MISCREG_APIC_CURRENT_COUNT,
- MISCREG_APIC_DIVIDE_COUNT,
- MISCREG_APIC_END = MISCREG_APIC_DIVIDE_COUNT,
+ MISCREG_APIC_DIVIDE_CONFIGURATION,
+ MISCREG_APIC_END = MISCREG_APIC_DIVIDE_CONFIGURATION,
MISCREG_APIC_INTERNAL_STATE,