Dont raise the TPR register at initialization time. It only causes

problems and we only ever clear it.
This commit is contained in:
Peter Wemm 2003-01-23 01:00:58 +00:00
parent b3cca10864
commit e0d92cd4d9

View File

@ -80,8 +80,6 @@ apic_initialize(void)
/* set the Task Priority Register as needed */
temp = lapic.tpr;
temp &= ~APIC_TPR_PRIO; /* clear priority field */
temp |= LOPRIO_LEVEL; /* allow INT arbitration */
lapic.tpr = temp;
/* enable the local APIC */