]> Pileus Git - ~andy/linux/commitdiff
powerpc/85xx: enable coreint for all the 64bit boards
authorKevin Hao <haokexin@gmail.com>
Thu, 11 Apr 2013 01:32:34 +0000 (09:32 +0800)
committerScott Wood <scottwood@freescale.com>
Mon, 1 Jul 2013 23:38:41 +0000 (18:38 -0500)
With the patch 7230c564 (powerpc: Rework lazy-interrupt handling),
it seems that the coreint works pretty well on the 85xx 64bit kernel.
So use the coreint by default for these boards.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/85xx/p5020_ds.c
arch/powerpc/platforms/85xx/p5040_ds.c
arch/powerpc/platforms/85xx/t4240_qds.c

index 753a42c29d4dfd75f8fe640b80d4f368e7648cb0..39cfa4044e6c541422a933ece080961cb8a4283a 100644 (file)
@@ -75,12 +75,7 @@ define_machine(p5020_ds) {
 #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,
index 11381851828ee22f444c320837ca362dae98d598..f70e74cddf97e64910584e4af0900c560141566e 100644 (file)
@@ -66,12 +66,7 @@ define_machine(p5040_ds) {
 #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,
index 5998e9f33304c24acc0c7e8ca3bf869751082bf3..91ead6b1b8af4603ac8eefd78f6cbdb432c83ec5 100644 (file)
@@ -75,12 +75,7 @@ define_machine(t4240_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,