aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/mm.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2007-06-16 07:19:23 +1000
committerPaul Mackerras <paulus@samba.org>2007-06-28 19:16:36 +1000
commit83bb643d0714b0006ab99dbd195ec51b55a97f4e (patch)
tree4aaae9405002687bc4169eb77927bc04761681ea /arch/powerpc/platforms/ps3/mm.c
parent[POWERPC] PS3: Move chip mask defs up (diff)
downloadlinux-dev-83bb643d0714b0006ab99dbd195ec51b55a97f4e.tar.xz
linux-dev-83bb643d0714b0006ab99dbd195ec51b55a97f4e.zip
[POWERPC] PS3: Simplify definition of DBG
Simplify the PS3 definition of DBG. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/mm.c')
-rw-r--r--arch/powerpc/platforms/ps3/mm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c
index f8a3e206c584..39c200b34985 100644
--- a/arch/powerpc/platforms/ps3/mm.c
+++ b/arch/powerpc/platforms/ps3/mm.c
@@ -30,9 +30,9 @@
#include "platform.h"
#if defined(DEBUG)
-#define DBG(fmt...) udbg_printf(fmt)
+#define DBG udbg_printf
#else
-#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
+#define DBG pr_debug
#endif
enum {