summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-14 00:06:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-14 00:06:33 +0000
commit457f295d5473b74cb64874c26c98420b9ca13d4c (patch)
tree1e2863c67fde33e3ccb841ac6b13ebd945a47461
parent91ec85f398945bd8f9bc338e06316624ea7f0f99 (diff)
knock out some useless crud
-rw-r--r--sys/arch/i386/i386/lapic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/lapic.c b/sys/arch/i386/i386/lapic.c
index b4e4c36b5fa..e0a9a60444d 100644
--- a/sys/arch/i386/i386/lapic.c
+++ b/sys/arch/i386/i386/lapic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lapic.c,v 1.2 2004/06/13 21:49:15 niklas Exp $ */
+/* $OpenBSD: lapic.c,v 1.3 2004/06/14 00:06:32 deraadt Exp $ */
/* $NetBSD: lapic.c,v 1.1.2.8 2000/02/23 06:10:50 sommerfeld Exp $ */
/*-
@@ -127,7 +127,7 @@ lapic_set_lvt()
#ifdef MULTIPROCESSOR
struct cpu_info *ci = curcpu();
- if (mp_verbose) {
+ if (0) {
apic_format_redir(ci->ci_dev.dv_xname, "prelint", 0, 0,
i82489_readreg(LAPIC_LVINT0));
apic_format_redir(ci->ci_dev.dv_xname, "prelint", 1, 0,
@@ -140,7 +140,7 @@ lapic_set_lvt()
i82489_writereg(LAPIC_LVINT1, lapic_ints[1]->redir);
#ifdef MULTIPROCESSOR
- if (mp_verbose) {
+ if (0) {
apic_format_redir(ci->ci_dev.dv_xname, "timer", 0, 0,
i82489_readreg(LAPIC_LVTT));
apic_format_redir(ci->ci_dev.dv_xname, "pcint", 0, 0,