diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-12 06:39:30 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-12 06:39:50 -0400 |
commit | 4c7145a1ec1bb789d5f07e47510e8bda546a7c4a (patch) | |
tree | e2767b77e5413473a3bba302237f4669a203f183 /include/asm-mips/sn/sn_private.h | |
parent | 74e91604b2452c15bbe72d77b37cf47ed0310d13 (diff) | |
parent | fd048088306656824958e7783ffcee27e241b361 (diff) |
Merge branch 'linus' into x86/spinlocks
Done to prevent this failure of an Octopus merge:
Added arch/arm/include/asm/byteorder.h in both, but differently.
ERROR: Merge conflict in arch/arm/include/asm/byteorder.h
Auto-merging include/asm-x86/spinlock.h
ERROR: Merge conflict in include/asm-x86/spinlock.h
fatal: merge program failed
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 */ | ||