debug: turn ignore_loglevel into an early param
authorIngo Molnar <mingo@elte.hu>
Thu, 31 Jan 2008 21:45:23 +0000 (22:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jan 2008 21:45:23 +0000 (22:45 +0100)
commitc4772d99300a9fc13c86aaa370e630c5973664f6
treeafdc34662ecdb0522cab05690d55edb0a9eea85b
parent5aff0531ee2403b319e89bd04055fc41173e95fd
debug: turn ignore_loglevel into an early param

i was debugging early crashes and wondered where all the printks
went. The reason: ignore_loglevel_setup() was not called yet ...

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/printk.c