]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUG
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 14 Dec 2008 19:44:13 +0000 (19:44 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 16 Dec 2008 04:53:23 +0000 (15:53 +1100)
commita58f053b93e15b68e7b5f442316329f68269c8d5
treef86930fbb399bfdf19d473a34f9b253d68784513
parent3045b3cb0b068c9f7601786841cda1e0b4647bd9
powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUG

Instead of not defining it at all, this defines the macro as
being empty, thus avoiding ifdef's in call sites when CONFIG_BUG
is not set.

Also removes an extra whitespace in the existing definition.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/include/asm/bug.h