]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: BMIPS: do not change interrupt routing depending on boot CPU
authorFlorian Fainelli <florian@openwrt.org>
Wed, 24 Jul 2013 16:12:10 +0000 (17:12 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 30 Jul 2013 16:54:09 +0000 (18:54 +0200)
commit7244fe84e971e5cd27be6e6976416be453f63092
tree9b556aa8c0635bd0ab3d424ced6876d1110b0f33
parent6c1ac02cb04a60c192a60a6ed978d17a6e2b7652
MIPS: BMIPS: do not change interrupt routing depending on boot CPU

Commit 74fc63c7 ("MIPS: BMIPS: support booting from physical CPU other
than 0") changed the interupt routing when we are booting from physical
CPU 0, but the settings are actually correct if we are booting from
physical CPU 0 or CPU 1. Revert that specific change.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Cc: jogo@openwrt.org
Cc: blogic@openwrt.org
Patchwork: https://patchwork.linux-mips.org/patch/5622/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp-bmips.c