From: Peter Zijlstra Date: Mon, 3 Feb 2014 17:02:09 +0000 (+0100) Subject: x86/nmi: Push duration printk() to irq context X-Git-Tag: v3.15-rc1~181^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90c78535283dd0ded3bf2e484890d14dba2d527;p=pandora-kernel.git x86/nmi: Push duration printk() to irq context Calling printk() from NMI context is bad (TM), so move it to IRQ context. In doing so we slightly change (probably wreck) the debugfs nmi_longest_ns thingy, in that it doesn't update to reflect the longest, nor does writing to it reset the count. Signed-off-by: Peter Zijlstra Cc: Don Zickus Cc: Dave Hansen Link: http://lkml.kernel.org/n/tip-rdw0au56a5ymis1u8p48c12d@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed