diff options
Diffstat (limited to 'sys/arch/i386/i386/machdep.c')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index d8e31a76965..b255c2bf145 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.450 2009/06/01 20:11:38 weingart Exp $ */ +/* $OpenBSD: machdep.c,v 1.451 2009/06/03 00:41:48 weingart Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -1841,17 +1841,8 @@ identifycpu(struct cpu_info *ci) ci->cpu_class = class; - if (cpu == CPU_486DLC) { -#ifndef CYRIX_CACHE_WORKS + if (cpu == CPU_486DLC) printf("WARNING: CYRIX 486DLC CACHE UNCHANGED.\n"); -#else -#ifndef CYRIX_CACHE_REALLY_WORKS - printf("WARNING: CYRIX 486DLC CACHE ENABLED IN HOLD-FLUSH MODE.\n"); -#else - printf("WARNING: CYRIX 486DLC CACHE ENABLED.\n"); -#endif -#endif - } /* * Enable ring 0 write protection (486 or above, but 386 |