]> bbs.cooldavid.org Git - net-next-2.6.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)
commit20bb25d10fe5569df8f3f186a36e5548582854d9
treede57dcfa1b679d492f1281a3b7e9d69e12fc6c0f
parentae036b790891565c5b4b64e616ed497138d1f8d6
[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