kvm: mmu: delay mmu audit activation
authorSasha Levin <sasha.levin@oracle.com>
Tue, 19 Nov 2013 20:22:47 +0000 (15:22 -0500)
committerGleb Natapov <gleb@redhat.com>
Wed, 20 Nov 2013 09:12:56 +0000 (11:12 +0200)
commit521ee0cfb876dd31ce4e0878e1163fe0817a7acc
treec082f0f39697f6d7d39a1986066716e73619f701
parent2ecd1aba597726c9053ba1a112e3d8fdc5ca08ff
kvm: mmu: delay mmu audit activation

We should not be using jump labels before they were initialized. Push back
the callback to until after jump label initialization.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/mmu_audit.c