diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:54:12 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:54:12 -0400 |
commit | 6b8d0363ee271a1b36dd03e3bac5e62efc52aad4 (patch) | |
tree | 3a4d71f9ebb2cdc968708b13c9f6ad764e368cbf /src/arch/x86/tlb.cc | |
parent | b10742ee2b01213999ba9a3706093f5946097341 (diff) | |
download | gem5-6b8d0363ee271a1b36dd03e3bac5e62efc52aad4.tar.xz |
X86: Rename the divide count register to divide configuration.
Diffstat (limited to 'src/arch/x86/tlb.cc')
-rw-r--r-- | src/arch/x86/tlb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/tlb.cc b/src/arch/x86/tlb.cc index ba8f63a0e..692d6d022 100644 --- a/src/arch/x86/tlb.cc +++ b/src/arch/x86/tlb.cc @@ -780,7 +780,7 @@ TLB::translate(RequestPtr &req, ThreadContext *tc, bool write, bool execute) regNum = MISCREG_APIC_CURRENT_COUNT; break; case 0x3E0: - regNum = MISCREG_APIC_DIVIDE_COUNT; + regNum = MISCREG_APIC_DIVIDE_CONFIGURATION; break; default: // A reserved register field. |