GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sparc / include / asm / bugs.h
blob61d86bbbe2b2f5270043d9a3ee72330119f65eb0
1 /* include/asm/bugs.h: Sparc probes for various bugs.
3 * Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
4 */
6 #ifdef CONFIG_SPARC32
7 #include <asm/cpudata.h>
8 #endif
10 extern unsigned long loops_per_jiffy;
12 static void __init check_bugs(void)
14 #if defined(CONFIG_SPARC32) && !defined(CONFIG_SMP)
15 cpu_data(0).udelay_val = loops_per_jiffy;
16 #endif