KVM: PPC: Call SLB patching code in interrupt safe manner
[safe/jmp/linux-2.6] / arch / powerpc / include / asm / kvm_host.h
index d615fa8..f7215e6 100644 (file)
@@ -167,6 +167,7 @@ struct kvm_vcpu_arch {
        ulong trampoline_lowmem;
        ulong trampoline_enter;
        ulong highmem_handler;
+       ulong rmcall;
        ulong host_paca_phys;
        struct kvmppc_mmu mmu;
 #endif