diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2012-04-13 17:26:15 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-07-10 07:07:19 -0500 |
commit | a6fceddd7bfa148bdd7dfe75e0aa24d4d174fbc7 (patch) | |
tree | 401162243d689d84038b56ee82cac7d0ebbbc44d /arch/powerpc/configs/mpc85xx_smp_defconfig | |
parent | dea0ed4a64b9d62b266d54350c2514fa7b2b1dbd (diff) | |
download | blackbird-op-linux-a6fceddd7bfa148bdd7dfe75e0aa24d4d174fbc7.tar.gz blackbird-op-linux-a6fceddd7bfa148bdd7dfe75e0aa24d4d174fbc7.zip |
powerpc/fsl: Distribute interrupts on all CPUs by default
At least for crypto/IPSec, doing so provides users with a better
performance experience out of the box.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_smp_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index d1828427ae55..6bf6b3246d68 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig @@ -46,6 +46,7 @@ CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_BINFMT_MISC=m CONFIG_MATH_EMULATION=y +CONFIG_IRQ_ALL_CPUS=y CONFIG_FORCE_MAX_ZONEORDER=12 CONFIG_PCI=y CONFIG_PCI_MSI=y |