From: Benjamin Herrenschmidt Date: Sun, 14 Dec 2008 19:44:13 +0000 (+0000) Subject: powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUG X-Git-Tag: v2.6.29-rc1~574^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58f053b93e15b68e7b5f442316329f68269c8d5;p=pandora-kernel.git 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed