David S. Miller | 3d5ae6b | 2008-03-25 21:51:40 -0700 | [diff] [blame^] | 1 | #ifndef _ENTRY_H |
2 | #define _ENTRY_H | ||||
3 | |||||
4 | #include <linux/init.h> | ||||
5 | |||||
6 | extern char *sparc_cpu_type; | ||||
7 | extern char *sparc_fpu_type; | ||||
8 | |||||
9 | extern void __init per_cpu_patch(void); | ||||
10 | extern void __init sun4v_patch(void); | ||||
11 | extern void __init boot_cpu_id_too_large(int cpu); | ||||
12 | extern unsigned int dcache_parity_tl1_occurred; | ||||
13 | extern unsigned int icache_parity_tl1_occurred; | ||||
14 | |||||
15 | #endif /* _ENTRY_H */ |