From 756b8310857524e67758adc3fa7cb4cbe7c9bf2b Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 2 Nov 2001 20:15:29 +0000 Subject: [PATCH] Tooked out "busted" notice --- src/cpu/k7/cpufixup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/cpu/k7/cpufixup.c b/src/cpu/k7/cpufixup.c index f6a9817780..ec09e122cd 100644 --- a/src/cpu/k7/cpufixup.c +++ b/src/cpu/k7/cpufixup.c @@ -4,14 +4,13 @@ #include -#ifndef WE_KNOW_K7_IS_BROKEN -#SORRY but AMD doesnt want this released. -#endif void k7_cpufixup(unsigned long ram_kilobytes) { +#if 0 printk_err("WARNING: you are running the busted version of linuxbios\n"); printk_err("for K7. It will really run slow\n"); +#endif } // see the explanation in freebios/util/k7msr for how this code was