From: Ingo Molnar Date: Sun, 23 Nov 2008 09:37:12 +0000 (+0100) Subject: tracing: allow tracing of suspend/resume & hibernation code again X-Git-Tag: v2.6.29-rc1~586^2~49^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe2f5a6e84eebb98ab42fc5e58c3cd5b7767349;p=pandora-kernel.git tracing: allow tracing of suspend/resume & hibernation code again Impact: widen function-tracing to suspend+resume (and hibernation) sequences Now that the ftrace kernel thread is gone, we can allow tracing during suspend/resume again. So revert these two commits: f42ac38c5 "ftrace: disable tracing for suspend to ram" 41108eb10 "ftrace: disable tracing for hibernation" This should be tested very carefully, as it could interact with altneratives instruction patching, etc. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed