diff options
author | 2011-04-25 21:00:08 +0000 | |
---|---|---|
committer | 2011-04-25 21:00:08 +0000 | |
commit | 60b3e9cc14ceaea3c49752c18bd0f26ab0d63227 (patch) | |
tree | 72a7bc5b5f21772213d96cf67685f52be7616708 | |
parent | Move .rodata 512KB further once more. (diff) | |
download | wireguard-openbsd-60b3e9cc14ceaea3c49752c18bd0f26ab0d63227.tar.xz wireguard-openbsd-60b3e9cc14ceaea3c49752c18bd0f26ab0d63227.zip |
garbage collect biomask printf; ok deraadt kettenis
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index 7c60bdc6a2f..00845856817 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.86 2010/11/18 21:13:19 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.87 2011/04/25 21:00:08 mikeb Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -117,14 +117,6 @@ cpu_configure(void) panic("cpu_configure: mainbus not configured"); #if NIOAPIC > 0 - if (nioapics > 0) - goto nomasks; -#endif - printf("biomask %x netmask %x ttymask %x\n", (u_short)IMASK(IPL_BIO), - (u_short)IMASK(IPL_NET), (u_short)IMASK(IPL_TTY)); - -#if NIOAPIC > 0 - nomasks: ioapic_enable(); #endif |