On Sat, Jun 20, 2009 at 1:26 AM, Stefan Reinauerstepan@coresystems.de wrote:
#define printk_debug(foo...) do_printk(BIOS_DEBUG, foo)
and replace them by
#define printk(x...) do_printk(x)
That is fine. That's a simple and straightforward change. How about we start with that. But let's not do THAT change until we fix ward's problem, and this has nothing to do with Ward's problem.
thanks
ron