From: Peter Zijlstra Date: Mon, 3 Feb 2014 17:11:08 +0000 (+0100) Subject: perf/x86: Push the duration-logging printk() to IRQ context X-Git-Tag: v3.15-rc1~181^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a02ad66b2c44155d529f430d4fa5c6c66321077;p=pandora-kernel.git perf/x86: Push the duration-logging printk() to IRQ context Calling printk() from NMI context is bad (TM), so move it to IRQ context. This also avoids the problem where the printk() time is measured by the generic NMI duration goo and triggers a second warning. Signed-off-by: Peter Zijlstra Cc: Don Zickus Cc: Dave Hansen Link: http://lkml.kernel.org/n/tip-75dv35xf6dhhmeb7nq6fua31@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed