summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-01-23 01:00:58 +0000
committerpeter <peter@FreeBSD.org>2003-01-23 01:00:58 +0000
commite234c011df52abfffb40bf79a0d7b016d699d906 (patch)
tree886a917b5b5e2068420af39ee86213e6eec5a819 /sys
parent9451b78569d906c3a2d85ac7cd27b9902419d0a9 (diff)
downloadFreeBSD-src-e234c011df52abfffb40bf79a0d7b016d699d906.zip
FreeBSD-src-e234c011df52abfffb40bf79a0d7b016d699d906.tar.gz
Dont raise the TPR register at initialization time. It only causes
problems and we only ever clear it.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/mpapic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/mpapic.c b/sys/i386/i386/mpapic.c
index 6886b4f..89962088 100644
--- a/sys/i386/i386/mpapic.c
+++ b/sys/i386/i386/mpapic.c
@@ -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 */
OpenPOWER on IntegriCloud