diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-13 01:13:50 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-13 01:13:50 +0000 |
commit | 42b952be1de697c355819bf2679291eeb49a0755 (patch) | |
tree | de175df48330b1e18b091fcb0c96cd5265d02847 /include/asm-mips64/sn | |
parent | 4925c5662482c19b880fe231e216090a074dd190 (diff) |
When doing kernel text replication, make sure we do not scribble on
top of the replicated kernel text thinking it is unused memory. This
lets us get to multiuser on a replicated kernel text system.
Diffstat (limited to 'include/asm-mips64/sn')
-rw-r--r-- | include/asm-mips64/sn/sn_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips64/sn/sn_private.h b/include/asm-mips64/sn/sn_private.h index f4867e796..2715ce5db 100644 --- a/include/asm-mips64/sn/sn_private.h +++ b/include/asm-mips64/sn/sn_private.h @@ -8,3 +8,4 @@ extern void install_cpuintr(int cpu); extern void install_tlbintr(int cpu); extern void setup_replication_mask(int); extern void replicate_kernel_text(int); +extern pfn_t node_getfirstfree(cnodeid_t); |