lkml.org 
[lkml]   [2009]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateMon, 10 Aug 2009 09:36:33 +0200
FromJiri Slaby <>
SubjectRe: [ofa-general] Re: [PATCH 10/14] infiniband: use printk_once
On 08/10/2009 08:36 AM, Jack Morgenstein wrote:
> printk_once will print once ONLY if CONFIG_PRINTK is set in include/linux/autoconf.h
> (i.e., when the kernel is configured). Otherwise, it gets defined to printk --
> and it will always print in this case.

Not true, in that case printk is defined as inlined 'return 0;'

> (see 2.6.30.xx kernel include file "include/linux/kernel.h", lines 235, 249, and 272).

See line 265 there.


\
 
 \ /
  Last update: 2009-08-10 09:39    [from the cache]
©2003-2010