]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cf62cc6c78452f124add7decbc3d2a4dfcbfb69
treeafdc34662ecdb0522cab05690d55edb0a9eea85b
parentf811526dff84bf657ceb37f160871c20524ffb11
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