diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2012-04-14 02:26:15 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-07-10 16:07:19 +0400 |
commit | a6fceddd7bfa148bdd7dfe75e0aa24d4d174fbc7 (patch) | |
tree | 401162243d689d84038b56ee82cac7d0ebbbc44d /arch/powerpc/configs/corenet32_smp_defconfig | |
parent | dea0ed4a64b9d62b266d54350c2514fa7b2b1dbd (diff) | |
download | linux-a6fceddd7bfa148bdd7dfe75e0aa24d4d174fbc7.tar.xz |
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/corenet32_smp_defconfig')
-rw-r--r-- | arch/powerpc/configs/corenet32_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index 91db656294e8..b32d94936bf6 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig @@ -32,6 +32,7 @@ CONFIG_HIGH_RES_TIMERS=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_BINFMT_MISC=m CONFIG_KEXEC=y +CONFIG_IRQ_ALL_CPUS=y CONFIG_FORCE_MAX_ZONEORDER=13 CONFIG_FSL_LBC=y CONFIG_PCI=y |