diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-26 07:45:56 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 07:45:56 -0400 |
commit | bbd0abda9cc689a54df509aae00000bbb2a1a7d1 (patch) | |
tree | d04e8f196f65f5598300485e654e5e90a6160aa6 /arch/powerpc/platforms/powermac | |
parent | 303d72a0006c65bb8d16199c75a26338ce723811 (diff) |
powerpc: Merge 32-bit CHRP support.
SMP still needs more work but UP gets as far as starting userspace
at least. This uses the 64-bit-style code for spinning up the cpus.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r-- | arch/powerpc/platforms/powermac/pic.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.c b/arch/powerpc/platforms/powermac/pic.c index 0eca17df239e..0037a8c8c81f 100644 --- a/arch/powerpc/platforms/powermac/pic.c +++ b/arch/powerpc/platforms/powermac/pic.c | |||
@@ -71,10 +71,6 @@ static u32 level_mask[4]; | |||
71 | 71 | ||
72 | static DEFINE_SPINLOCK(pmac_pic_lock); | 72 | static DEFINE_SPINLOCK(pmac_pic_lock); |
73 | 73 | ||
74 | /* XXX here for now, should move to arch/powerpc/kernel/irq.c */ | ||
75 | int ppc_do_canonicalize_irqs; | ||
76 | EXPORT_SYMBOL(ppc_do_canonicalize_irqs); | ||
77 | |||
78 | #define GATWICK_IRQ_POOL_SIZE 10 | 74 | #define GATWICK_IRQ_POOL_SIZE 10 |
79 | static struct interrupt_info gatwick_int_pool[GATWICK_IRQ_POOL_SIZE]; | 75 | static struct interrupt_info gatwick_int_pool[GATWICK_IRQ_POOL_SIZE]; |
80 | 76 | ||