]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] SMTC: Fix false trigger of debug code on single VPE.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 27 Mar 2007 14:19:58 +0000 (15:19 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Mar 2007 22:46:36 +0000 (23:46 +0100)
commit9e51d98f2fc1e58b272d589839262492ef6994e6
treede57dcfa1b679d492f1281a3b7e9d69e12fc6c0f
parent0b73fd792498326fd2e38bb86d78f636accda081
[MIPS] SMTC: Fix false trigger of debug code on single VPE.

Make smtc_setup_irq() update the list of interrupts which need to be
watched by the debug code itself.  Also there is no need to initialize the
IPI swint when running with a single VPE, so don't initialize it.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smtc.c