diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-08 01:11:46 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-08 01:11:46 +0000 |
commit | b047e7579dd01cfc5f8a2d3ee8adc93ea4b29694 (patch) | |
tree | e2f9049c9d7bb9945d891f62d1d7a4606f66b3f3 /arch | |
parent | 62038e3f2e54b1f6c130958c75875c72b13944ef (diff) |
SMP Mapped kernel fixes to go along with the new layout. Use properly
massaged bootstrap address so that the PRM launches the slaves into
legal code.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-init.c b/arch/mips64/sgi-ip27/ip27-init.c index dbd51d3e6..b68ed3f72 100644 --- a/arch/mips64/sgi-ip27/ip27-init.c +++ b/arch/mips64/sgi-ip27/ip27-init.c @@ -448,7 +448,7 @@ void allowboot(void) * (so that current-> works). */ LAUNCH_SLAVE(cputonasid(num_cpus),cputoslice(num_cpus), - (launch_proc_t)MAPPED_KERN_RO_TO_K0(bootstrap), + (launch_proc_t)MAPPED_KERN_RW_TO_K0(bootstrap), 0, (void *)((unsigned long)p + KERNEL_STACK_SIZE - 32), (void *)p); |