X86: Make the apic version register work.
This commit is contained in:
parent
8d2416c6e9
commit
8a6723e038
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue