diff options
Diffstat (limited to 'include/asm-mips/sn/sn_private.h')
-rw-r--r-- | include/asm-mips/sn/sn_private.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-mips/sn/sn_private.h b/include/asm-mips/sn/sn_private.h deleted file mode 100644 index 1a2c3025bf28..000000000000 --- a/include/asm-mips/sn/sn_private.h +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #ifndef __ASM_SN_SN_PRIVATE_H | ||
2 | #define __ASM_SN_SN_PRIVATE_H | ||
3 | |||
4 | #include <asm/sn/types.h> | ||
5 | |||
6 | extern nasid_t master_nasid; | ||
7 | |||
8 | extern void cpu_node_probe(void); | ||
9 | extern cnodeid_t get_compact_nodeid(void); | ||
10 | extern void hub_rtc_init(cnodeid_t); | ||
11 | extern void cpu_time_init(void); | ||
12 | extern void per_cpu_init(void); | ||
13 | extern void install_cpu_nmi_handler(int slice); | ||
14 | extern void install_ipi(void); | ||
15 | extern void setup_replication_mask(void); | ||
16 | extern void replicate_kernel_text(void); | ||
17 | extern pfn_t node_getfirstfree(cnodeid_t); | ||
18 | |||
19 | #endif /* __ASM_SN_SN_PRIVATE_H */ | ||