diff options
author | Scott Wood <scottwood@freescale.com> | 2013-01-11 13:38:41 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-01-29 11:35:05 +1100 |
commit | 34f364fef475f5d960b74bf074d65392ece50235 (patch) | |
tree | 3108efa0e3c04ffbc5f05fae6b108bca5419090f /arch/powerpc/configs/85xx | |
parent | 7bd9fc556d8f5752c86fa09cbaa3c1c3ab5da86f (diff) | |
download | linux-34f364fef475f5d960b74bf074d65392ece50235.tar.gz linux-34f364fef475f5d960b74bf074d65392ece50235.tar.bz2 linux-34f364fef475f5d960b74bf074d65392ece50235.zip |
powerpc/fsl: Remove CONFIG_IRQ_ALL_CPUS from mpc85xx/mpc86xx defconfig
While this should be harmless now that distribute_irqs
obeys MPIC_SINGLE_DEST_CPU, there's no reason to enable this
on mpc85xx/mpc86xx since MPIC_SINGLE_DEST_CPU will always be set.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/85xx')
-rw-r--r-- | arch/powerpc/configs/85xx/ge_imp3a_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/85xx/ge_imp3a_defconfig b/arch/powerpc/configs/85xx/ge_imp3a_defconfig index f8c51a4ab995..c9765b54dd1a 100644 --- a/arch/powerpc/configs/85xx/ge_imp3a_defconfig +++ b/arch/powerpc/configs/85xx/ge_imp3a_defconfig @@ -34,7 +34,6 @@ CONFIG_PREEMPT=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_BINFMT_MISC=m CONFIG_MATH_EMULATION=y -CONFIG_IRQ_ALL_CPUS=y CONFIG_FORCE_MAX_ZONEORDER=17 CONFIG_PCI=y CONFIG_PCIEPORTBUS=y |