Merge branches 'release' and 'ppc-workaround' into release
[safe/jmp/linux-2.6] / include / asm-sparc64 / bugs.h
index bf39d86..11ade68 100644 (file)
@@ -4,12 +4,7 @@
  */
 #include <asm/sstate.h>
 
-extern unsigned long loops_per_jiffy;
-
 static void __init check_bugs(void)
 {
-#ifndef CONFIG_SMP
-       cpu_data(0).udelay_val = loops_per_jiffy;
-#endif
        sstate_running();
 }