Merge branch 'x86/microcode' into x86/urgent, to pick up cleanup
[linux/fpc-iii.git] / arch / avr32 / include / asm / bugs.h
blob278661bbd1b0aefb081be0bdb7d15423cd27f3f3
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 boot_cpu_data.loops_per_jiffy = loops_per_jiffy;
15 #endif /* __ASM_AVR32_BUGS_H */