]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/powerpc/include/asm/kvm_ppc.h
kvm/ppc: Call trace_hardirqs_on before entry
authorScott Wood <scottwood@freescale.com>
Wed, 10 Jul 2013 22:47:39 +0000 (17:47 -0500)
committerAlexander Graf <agraf@suse.de>
Wed, 10 Jul 2013 22:51:28 +0000 (00:51 +0200)
commit5f1c248f52c12e155e0fe6a614178181f7629901
tree5511621f99d718a507f6aa337870503576dce851
parent4baa1d871c8c959084aa5367a9bf211f383941e5
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 <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/book3s_pr.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c