summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-15 02:46:37 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-15 02:46:37 +0000
commitdd0a098be8e408ee41a9b5ea1134338e6228a281 (patch)
tree99bc639c9b38928a5776131dc2ce63327e53e854 /sys/kern
parent4e77e69f121030003d2d9702c4392d95cf74b076 (diff)
downloadFreeBSD-src-dd0a098be8e408ee41a9b5ea1134338e6228a281.zip
FreeBSD-src-dd0a098be8e408ee41a9b5ea1134338e6228a281.tar.gz
Minor cleanup.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_smp.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/kern/init_smp.c b/sys/kern/init_smp.c
index 2f3cbf7..bcbf3e1 100644
--- a/sys/kern/init_smp.c
+++ b/sys/kern/init_smp.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: init_smp.c,v 1.4 1997/07/12 22:33:18 smp Exp smp $
+ * $Id: init_smp.c,v 1.5 1997/07/14 20:49:14 smp Exp smp $
*/
#include "opt_smp.h"
@@ -170,15 +170,6 @@ secondary_main()
{
u_int temp;
-#if 0 /** defined(TEST_LOPRIO) */
- /* set the Task Priority Register to catch INTs */
- temp = lapic.tpr;
- temp &= ~APIC_TPR_PRIO; /* clear priority field */
- temp |= 0x10; /* allow INT arbitration */
- lapic.tpr = temp;
- printf(">>> secondary_main(), CPU%d TPR: 0x%08x\n", cpuid, temp);
-#endif /* TEST_LOPRIO */
-
get_mplock();
/*
OpenPOWER on IntegriCloud