From: Scott Wood Date: Wed, 10 Jul 2013 22:47:39 +0000 (-0500) Subject: kvm/ppc: Call trace_hardirqs_on before entry X-Git-Tag: v3.12-rc1~143^2~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1c248f52c12e155e0fe6a614178181f7629901;p=pandora-kernel.git kvm/ppc: Call trace_hardirqs_on before entry Currently this is only being done on 64-bit. Rather than just move it out of the 64-bit ifdef, move it to kvm_lazy_ee_enable() so that it is consistent with lazy ee state, and so that we don't track more host code as interrupts-enabled than necessary. Rename kvm_lazy_ee_enable() to kvm_fix_ee_before_entry() to reflect that this function now has a role on 32-bit as well. Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed