diff options
author | Paul Mackerras <paulus@samba.org> | 2005-09-30 23:49:08 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-30 23:49:08 -0400 |
commit | c0c0d996d08e450164adedc249c1bbbca63524ce (patch) | |
tree | 15f297796a93568fd45756c72ca07e77756c8653 /arch/powerpc/kernel/ppc_ksyms.c | |
parent | ab11d1ea281e85895369ef57c5259ad8a432fabb (diff) |
powerpc: Get merged kernel to compile and run on 32-bit SMP powermac.
This updates the powermac SMP code to use the mpic driver instead of
the openpic driver and fixes the SMP-dependent context switch code.
We had a subtle bug where we were using interrupt numbers 256-259 for
IPIs, but ppc32 had NR_IRQS = 256. Moved the IPIs down to use interrupt
numbers 252-255 instead.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r-- | arch/powerpc/kernel/ppc_ksyms.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 7bfa0f0121f..e73b0699b5f 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
@@ -182,11 +182,9 @@ EXPORT_SYMBOL(flush_tlb_kernel_range); | |||
182 | EXPORT_SYMBOL(flush_tlb_page); | 182 | EXPORT_SYMBOL(flush_tlb_page); |
183 | EXPORT_SYMBOL(_tlbie); | 183 | EXPORT_SYMBOL(_tlbie); |
184 | #ifdef CONFIG_ALTIVEC | 184 | #ifdef CONFIG_ALTIVEC |
185 | EXPORT_SYMBOL(last_task_used_altivec); | ||
186 | EXPORT_SYMBOL(giveup_altivec); | 185 | EXPORT_SYMBOL(giveup_altivec); |
187 | #endif /* CONFIG_ALTIVEC */ | 186 | #endif /* CONFIG_ALTIVEC */ |
188 | #ifdef CONFIG_SPE | 187 | #ifdef CONFIG_SPE |
189 | EXPORT_SYMBOL(last_task_used_spe); | ||
190 | EXPORT_SYMBOL(giveup_spe); | 188 | EXPORT_SYMBOL(giveup_spe); |
191 | #endif /* CONFIG_SPE */ | 189 | #endif /* CONFIG_SPE */ |
192 | #ifdef CONFIG_SMP | 190 | #ifdef CONFIG_SMP |