diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_asm.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_asm.h b/arch/powerpc/include/asm/kvm_asm.h index 76fdcfef0889..aabcdba8f6b0 100644 --- a/arch/powerpc/include/asm/kvm_asm.h +++ b/arch/powerpc/include/asm/kvm_asm.h | |||
@@ -118,6 +118,7 @@ | |||
118 | 118 | ||
119 | #define RESUME_FLAG_NV (1<<0) /* Reload guest nonvolatile state? */ | 119 | #define RESUME_FLAG_NV (1<<0) /* Reload guest nonvolatile state? */ |
120 | #define RESUME_FLAG_HOST (1<<1) /* Resume host? */ | 120 | #define RESUME_FLAG_HOST (1<<1) /* Resume host? */ |
121 | #define RESUME_FLAG_ARCH1 (1<<2) | ||
121 | 122 | ||
122 | #define RESUME_GUEST 0 | 123 | #define RESUME_GUEST 0 |
123 | #define RESUME_GUEST_NV RESUME_FLAG_NV | 124 | #define RESUME_GUEST_NV RESUME_FLAG_NV |