mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Dont raise the TPR register at initialization time. It only causes
problems and we only ever clear it.
This commit is contained in:
parent
b3cca10864
commit
e0d92cd4d9
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue