To allow building up metadata transparently for each printk(), make
printk() a macro while keeping printk()'s API. Then, printk() calls
_printk() which implements the original printk() function.
printk() is used from assembly sources, but they don't include printk.h
and don't use this new printk(
To allow building up metadata transparently for each printk(), make
printk() a macro while keeping printk()'s API. Then, printk() calls
_printk() which implements the original printk() function.
printk() is used from assembly sources, but they don't include printk.h
and don't use this new printk(
2 matches
Mail list logo