|
@@ -108,6 +108,9 @@ int main(void)
|
|
|
DEFINE(THREAD_USED_SPE, offsetof(struct thread_struct, used_spe));
|
|
|
#endif /* CONFIG_SPE */
|
|
|
#endif /* CONFIG_PPC64 */
|
|
|
+#ifdef CONFIG_KVM_BOOK3S_32_HANDLER
|
|
|
+ DEFINE(THREAD_KVM_SVCPU, offsetof(struct thread_struct, kvm_shadow_vcpu));
|
|
|
+#endif
|
|
|
|
|
|
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
|
|
|
DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags));
|