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