summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/ioapic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/ioapic.c b/sys/arch/amd64/amd64/ioapic.c
index 8098f6dcacd..cce54e006b1 100644
--- a/sys/arch/amd64/amd64/ioapic.c
+++ b/sys/arch/amd64/amd64/ioapic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ioapic.c,v 1.7 2006/03/06 19:10:06 kettenis Exp $ */
+/* $OpenBSD: ioapic.c,v 1.8 2006/03/06 20:51:46 kettenis Exp $ */
/* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */
/*-
@@ -513,7 +513,6 @@ ioapic_addroute(struct pic *pic, struct cpu_info *ci, int pin,
struct ioapic_pin *pp;
if (ioapic_cold) {
- printf("ioapic_addroute: pin %d\n", pin);
pp = &sc->sc_pins[pin];
pp->ip_type = type;
pp->ip_vector = idtvec;