]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: fix "bad mode in ... handler" message for undefined instructions
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 3 Jan 2014 15:01:39 +0000 (15:01 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 5 Jan 2014 14:00:00 +0000 (14:00 +0000)
commit005ee3e06e57424f8c35ed50ab8c656a8961fff6
tree7fbbf59812da834d5563cb54f6616503e6881f12
parentecb00dbf23500b934ebb10e046c5c0861078cdc7
ARM: fix "bad mode in ... handler" message for undefined instructions

The array was missing the final entry for the undefined instruction
exception handler; this commit adds it.

Cc: <stable@vger.kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/traps.c