summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-01-14 18:31:00 +0000
committerjhb <jhb@FreeBSD.org>2005-01-14 18:31:00 +0000
commit386cce6371d927f9f349b90cd0afe4cf63fda5dc (patch)
tree07a414263fc9c48dbbf80cd8eeea5719ba85d4fe /sys
parent484b5dcecd0d2a5921e41c8151be86b6543be7f9 (diff)
downloadFreeBSD-src-386cce6371d927f9f349b90cd0afe4cf63fda5dc.zip
FreeBSD-src-386cce6371d927f9f349b90cd0afe4cf63fda5dc.tar.gz
Drop the 'active-' prefix from the polarity printf to be consistent with
the rest of the interrupt code.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/local_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/local_apic.c b/sys/i386/i386/local_apic.c
index cc008e6..4745e73 100644
--- a/sys/i386/i386/local_apic.c
+++ b/sys/i386/i386/local_apic.c
@@ -450,7 +450,7 @@ lapic_set_lvt_polarity(u_int apic_id, u_int pin, enum intr_polarity pol)
printf("lapic%u:", apic_id);
}
if (bootverbose)
- printf(" LINT%u polarity: active-%s\n", pin,
+ printf(" LINT%u polarity: %s\n", pin,
pol == INTR_POLARITY_HIGH ? "high" : "low");
return (0);
}
OpenPOWER on IntegriCloud