]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Fix do_default_vi to use get_irq_regs to get the irq register ptr.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 6 May 2007 16:51:59 +0000 (17:51 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 11 May 2007 13:28:30 +0000 (14:28 +0100)
commit73b2e65f54d7132cd82678ba46ef923822ff1de6
tree08e64d29aba1c3e2c8e233548f901f3ec602e169
parentd80e86a3a169f3406598f52205861423ce78aed9
[MIPS] Fix do_default_vi to use get_irq_regs to get the irq register ptr.

Harmless bug because this function is only called in case of another
kernel bug anyway which is also why this was missed for so long.

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