From: Alexander Graf Date: Mon, 2 Aug 2010 09:06:26 +0000 (+0200) Subject: KVM: PPC: Move EXIT_DEBUG partially to tracepoints X-Git-Tag: v2.6.37-rc1~142^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed1ed9860d3744cc6488831fa5672d5c7aff4be;p=pandora-kernel.git KVM: PPC: Move EXIT_DEBUG partially to tracepoints We have a debug printk on every exit that is usually #ifdef'ed out. Using tracepoints makes a lot more sense here though, as they can be dynamically enabled. This patch converts the most commonly used debug printks of EXIT_DEBUG to tracepoints. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed