FRV: Stop gcc from generating uninitialised variable warnings after BUG()
authorDavid Howells <dhowells@redhat.com>
Mon, 27 Apr 2009 10:55:23 +0000 (11:55 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Apr 2009 15:04:49 +0000 (08:04 -0700)
commit9a523d427dc5908a79ce3ff742e9606e852802d6
tree15326ea197fa2632f4e5d7a7011d993ac10a2e15
parente37469f68a15feb40ee9f6325d1e1793f90afe39
FRV: Stop gcc from generating uninitialised variable warnings after BUG()

Stop gcc from generating uninitialised variable warnings after BUG().
The problem is that FRV's call into its gdbstub appears to return (if
the function is marked noreturn, then the compiler is under no
obligation to pass it a return address, and so GDB won't know where the
bug happened).

To get around this, we make the do...while wrapper in _debug_bug_trap()
an endless loop from which there's no escape.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/include/asm/bug.h