diff options
author | 2006-03-08 08:18:24 +0000 | |
---|---|---|
committer | 2006-03-08 08:18:24 +0000 | |
commit | 0a064e33bfd5651bf8553e723e2c82e010e480a8 (patch) | |
tree | 6dc3bd5dd40574b52dd63faa753b17a1755dee90 /sys | |
parent | some cleanup including: (diff) | |
download | wireguard-openbsd-0a064e33bfd5651bf8553e723e2c82e010e480a8.tar.xz wireguard-openbsd-0a064e33bfd5651bf8553e723e2c82e010e480a8.zip |
unbreak GENERIC.MP; from gklok
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 79edd4e2a7a..75a93cd7c35 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.342 2006/03/08 03:33:21 uwe Exp $ */ +/* $OpenBSD: machdep.c,v 1.343 2006/03/08 08:18:24 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -1441,6 +1441,7 @@ amd_family6_setup(struct cpu_info *ci) } printf("\n"); +#if !defined(MULTIPROCESSOR) if (regs[3] & 0x06) { switch(ci->ci_signature & 0xF00) { case 0x600: @@ -1451,6 +1452,7 @@ amd_family6_setup(struct cpu_info *ci) break; } } +#endif } #endif #endif |