Thread (4 messages) 4 messages, 3 authors, 2008-10-18

Re: powerpc allmodconfig

From: Arjan van de Ven <hidden>
Date: 2008-10-16 20:03:36
Also in: linux-ext4, linux-ide, linux-wireless, linuxppc-dev, lkml

Possibly related (same subject, not in this thread)

On Thu, 16 Oct 2008 12:49:23 -0700 (PDT)
David Miller [off-list ref] wrote:
#endif
#define __WARN() warn_on_slowpath(__FILE__, __LINE__)
#define __WARN_printf(arg...) warn_slowpath(__FILE__, __LINE__, arg)
#else
#define __WARN_printf(arg...) __WARN()
the easiest way I suppose would be to do

#define __WARN_printf(arg..) do { printk(arg); __WARN(); } while (0)

any obvious problems with this ?


-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help