diff options
author | Scott Wood <scottwood@freescale.com> | 2013-01-11 14:38:41 +0100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-01-29 01:35:05 +0100 |
commit | 34f364fef475f5d960b74bf074d65392ece50235 (patch) | |
tree | 3108efa0e3c04ffbc5f05fae6b108bca5419090f /arch/powerpc/configs/86xx/sbc8641d_defconfig | |
parent | powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPU (diff) | |
download | linux-34f364fef475f5d960b74bf074d65392ece50235.tar.xz 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/86xx/sbc8641d_defconfig')
-rw-r--r-- | arch/powerpc/configs/86xx/sbc8641d_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/86xx/sbc8641d_defconfig b/arch/powerpc/configs/86xx/sbc8641d_defconfig index 0a92ca045641..1a62baf855e9 100644 --- a/arch/powerpc/configs/86xx/sbc8641d_defconfig +++ b/arch/powerpc/configs/86xx/sbc8641d_defconfig @@ -23,7 +23,6 @@ CONFIG_SBC8641D=y CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT=y CONFIG_BINFMT_MISC=m -CONFIG_IRQ_ALL_CPUS=y CONFIG_SPARSE_IRQ=y CONFIG_PCI=y CONFIG_PCIEPORTBUS=y |