RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-avr32 / bugs.h
blob7635e770622ee32dafb27f6368a588542791d51f
1 /*
2 * This is included by init/main.c to check for architecture-dependent bugs.
4 * Needs:
5 * void check_bugs(void);
6 */
7 #ifndef __ASM_AVR32_BUGS_H
8 #define __ASM_AVR32_BUGS_H
10 static void __init check_bugs(void)
12 cpu_data->loops_per_jiffy = loops_per_jiffy;
15 #endif /* __ASM_AVR32_BUGS_H */