entry.h 367 B

123456789101112131415
  1. #ifndef _ENTRY_H
  2. #define _ENTRY_H
  3. #include <linux/init.h>
  4. extern char *sparc_cpu_type;
  5. extern char *sparc_fpu_type;
  6. extern void __init per_cpu_patch(void);
  7. extern void __init sun4v_patch(void);
  8. extern void __init boot_cpu_id_too_large(int cpu);
  9. extern unsigned int dcache_parity_tl1_occurred;
  10. extern unsigned int icache_parity_tl1_occurred;
  11. #endif /* _ENTRY_H */