[POWERPC] Fix manual assembly WARN_ON() in enter_rtas().
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 1 Jan 2007 18:45:34 +0000 (18:45 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 Jan 2007 06:03:02 +0000 (17:03 +1100)
commit007d88d042d7b71aa2c9fc615aef97888e20ddf3
treea379db67a9ed8c0c118ccf6d394637c9010c9a2c
parent673aeb76d07f49f2b07792f813bc2a9fee212ab7
[POWERPC] Fix manual assembly WARN_ON() in enter_rtas().

When we switched over to the generic BUG mechanism we forgot to change
the assembly code which open-codes a WARN_ON() in enter_rtas(), so the
bug table got corrupted.

This patch provides an EMIT_BUG_ENTRY macro for use in assembly code,
and uses it in entry_64.S. Tested with CONFIG_DEBUG_BUGVERBOSE on ppc64
but not without -- I tried to turn it off but it wouldn't go away; I
suspect Aunt Tillie probably needed it.

This version gets __FILE__ and __LINE__ right in the assembly version --
rather than saying include/asm-powerpc/bug.h line 21 every time which is
a little suboptimal.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/entry_64.S
include/asm-powerpc/bug.h