commit | a58f053b93e15b68e7b5f442316329f68269c8d5 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Dec 14 19:44:13 2008 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Dec 16 15:53:23 2008 +1100 |
tree | f86930fbb399bfdf19d473a34f9b253d68784513 | |
parent | 3045b3cb0b068c9f7601786841cda1e0b4647bd9 [diff] |
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>