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