diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-09 05:03:13 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-09 05:03:13 +0000 |
commit | 513bee05b74dd15729a240b6b0ce4a6c695e73bc (patch) | |
tree | 58a5941cd7d4cbd79dc624dabd9385905b07f803 /include | |
parent | 60076fed0e60cbe1a307b845644cb2e9b6e320cf (diff) |
Add in the hooks to do kernel text replication. Now start debugging this
code.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips64/sn/sn_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips64/sn/sn_private.h b/include/asm-mips64/sn/sn_private.h index 780359491..f4867e796 100644 --- a/include/asm-mips64/sn/sn_private.h +++ b/include/asm-mips64/sn/sn_private.h @@ -6,3 +6,5 @@ extern void cpu_time_init(void); extern void per_cpu_init(void); extern void install_cpuintr(int cpu); extern void install_tlbintr(int cpu); +extern void setup_replication_mask(int); +extern void replicate_kernel_text(int); |