> I'm a bit nervous about this one. > 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. > (see 2.6.30.xx kernel include file "include/linux/kernel.h", lines 235, 249, > and 272).
Umm... if CONFIG_PRINTK is turned off nothing prints, right? > Do you think that distributions will ALWAYS have CONFIG_PRINTK defined? Yes, I suspect they do want to get kernel messages. - R. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
