On Tue, Sep 16, 2008 at 9:06 AM, H. Peter Anvin <hpa@zytor.com> wrote:
it seem using pci_printk or acpi_printk.. could be more flexible.
otherwise will need to keep update linux/kernel.h to add so call subsys tags...
use only need to
have DEFINE_LOGLEVEL_SETUP(xxx) in c
and have DECLARE_LOGLEVEL(xxx) in .h
then just use xxx_printk
YH
--