[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>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Paul Mackerras

vecāks
743c1bb074
revīzija
83bb643d07
@@ -29,9 +29,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
|
||||
|
||||
static struct hash_pte *htab;
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user