* [PATCH -rt] printk: 'force_early_printk' boot param to help with debugging
@ 2011-09-02 12:41 Peter Zijlstra
0 siblings, 0 replies; only message in thread
From: Peter Zijlstra @ 2011-09-02 12:41 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: linux-kernel
Subject: printk: 'force_early_printk' boot param to help with debugging
From: Peter Zijlstra <a.p.zijlstra@chello.nl>
Date: Fri Sep 02 14:29:33 CEST 2011
Gives me an option to screw printk and actually see what the machine
says.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-ykb97nsfmobq44xketrxs977@git.kernel.org
---
kernel/printk.c | 7 +++++++
1 file changed, 7 insertions(+)
Index: linux-2.6/kernel/printk.c
===================================================================
--- linux-2.6.orig/kernel/printk.c
+++ linux-2.6/kernel/printk.c
@@ -541,6 +541,13 @@ asmlinkage void early_printk(const char
*/
static int __read_mostly printk_killswitch;
+static int __init force_early_printk_setup(char *str)
+{
+ printk_killswitch = 1;
+ return 0;
+}
+early_param("force_early_printk", force_early_printk_setup);
+
void printk_kill(void)
{
printk_killswitch = 1;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-02 12:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 12:41 [PATCH -rt] printk: 'force_early_printk' boot param to help with debugging Peter Zijlstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox