powerpc/mpc8xx: Clearer Oops message for Software Emulation Exception
authorLEROY Christophe <christophe.leroy@c-s.fr>
Wed, 28 Aug 2013 14:19:17 +0000 (16:19 +0200)
committerScott Wood <scottwood@freescale.com>
Tue, 29 Oct 2013 02:11:16 +0000 (21:11 -0500)
commit1eb2819d69c818784cab0d4a89a35e36bd753e57
treedcc0cce2b559f992ed956d73e2cf9e80b800066c
parenta0b38b4e7858c76e7e53510f24d6bf22cab144a8
powerpc/mpc8xx: Clearer Oops message for Software Emulation Exception

This patch modifies the Oops message in case of Software Emulation Exception.
The existing message is quite confusing because it refers to FPU Emulation
while most often the issue is due to either a non supported instruction
(not necessarily FPU related) or a stale instruction due to HW issues.
The new message tries to be more generic in order to make the user understand
that the Oops is due to something wrong with an instruction, not necessarily
due to an FPU instruction.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/traps.c