diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-03-06 20:51:47 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-03-06 20:51:47 +0000 |
commit | ef01f67b61d315d54402c8b22b69804413e40434 (patch) | |
tree | 82cd7ed9c661d79589b37a9470ce5878dfaa3dc0 /sys | |
parent | 336193c58e0268264418be683b38cf333f4ea15c (diff) |
Remove accidentally committed debug printf.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/ioapic.c | 3 |
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; |