diff options
| author | Matthew Dobson <colpatch@us.ibm.com> | 2005-01-07 21:56:15 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-01-07 21:56:15 -0800 |
| commit | 340ddbe005e180fbf011a62a7be9e35f147850d8 (patch) | |
| tree | 82cfbb3870715f8de9c90328b2383e568d645ba6 /include | |
| parent | b1d3e22784308fcb5e22b5d7dfbe2d64c716d93d (diff) | |
[PATCH] Replace 'numnodes' with 'node_online_map' - mips
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-mips/sn/sn_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/sn/sn_private.h b/include/asm-mips/sn/sn_private.h index 43d5dc9b3302..13505b37daae 100644 --- a/include/asm-mips/sn/sn_private.h +++ b/include/asm-mips/sn/sn_private.h @@ -12,8 +12,8 @@ extern void cpu_time_init(void); extern void per_cpu_init(void); extern void install_cpu_nmi_handler(int slice); extern void install_ipi(void); -extern void setup_replication_mask(int); -extern void replicate_kernel_text(int); +extern void setup_replication_mask(); +extern void replicate_kernel_text(); extern pfn_t node_getfirstfree(cnodeid_t); #endif /* __ASM_SN_SN_PRIVATE_H */ |
