diff options
author | Scott Wood <scottwood@freescale.com> | 2013-09-12 01:36:52 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-29 03:11:19 +0100 |
commit | 7371fcb7f71854a0add525e6024cd44b81a31dde (patch) | |
tree | 576b9e66db7a55518c9a701743557ae2d1be2cb5 | |
parent | powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcb (diff) | |
download | linux-7371fcb7f71854a0add525e6024cd44b81a31dde.tar.xz linux-7371fcb7f71854a0add525e6024cd44b81a31dde.zip |
powerpc/b4qds: enable coreint
Commit 9837b43c5f3514e5d28f65f1513f4dc6759d2810 ("powerpc/85xx: enable
coreint for all the 64bit boards") removed the ifdef that avoided
coreint on 64-bit, but it missed b4_qds.c.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Kevin Hao <haokexin@gmail.com>
Cc: Shaveta Leekha <shaveta@freescale.com>
-rw-r--r-- | arch/powerpc/platforms/85xx/b4_qds.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/85xx/b4_qds.c b/arch/powerpc/platforms/85xx/b4_qds.c index 0c6702f8b88e..0f18663f3a76 100644 --- a/arch/powerpc/platforms/85xx/b4_qds.c +++ b/arch/powerpc/platforms/85xx/b4_qds.c @@ -79,12 +79,7 @@ define_machine(b4_qds) { #ifdef CONFIG_PCI .pcibios_fixup_bus = fsl_pcibios_fixup_bus, #endif -/* coreint doesn't play nice with lazy EE, use legacy mpic for now */ -#ifdef CONFIG_PPC64 - .get_irq = mpic_get_irq, -#else .get_irq = mpic_get_coreint_irq, -#endif .restart = fsl_rstcr_restart, .calibrate_decr = generic_calibrate_decr, .progress = udbg_progress, |