From 8a6723e0380bf501e305fb2dd72f0e9079f158b2 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 12 Jun 2008 00:53:37 -0400 Subject: X86: Make the apic version register work. --- src/arch/x86/miscregfile.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/arch/x86/miscregfile.cc b/src/arch/x86/miscregfile.cc index 6abeb7d34..7fce43c1d 100644 --- a/src/arch/x86/miscregfile.cc +++ b/src/arch/x86/miscregfile.cc @@ -222,8 +222,8 @@ void MiscRegFile::setReg(int miscReg, panic("Local APIC ID register unimplemented.\n"); break; case MISCREG_APIC_VERSION: - panic("Local APIC Version register is read only.\n"); - break; + // The Local APIC Version register is read only. + return; case MISCREG_APIC_TASK_PRIORITY: panic("Local APIC Task Priority register unimplemented.\n"); break; -- cgit v1.2.3