summary refs log tree commit diff stats
path: root/linux-headers/asm-powerpc
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2011-09-14 10:26:26 +0200
committerAlexander Graf <agraf@suse.de>2011-10-06 09:48:07 +0200
commitd38f674c446ca55cc8a62a993ba00c99be8742e7 (patch)
tree95d73e5544edb825d7955b2c3b8eeed9c6f3bcd1 /linux-headers/asm-powerpc
parent0157644c7b0bce8f3169bb17ca588ad1e8039fe2 (diff)
downloadfocaccia-qemu-d38f674c446ca55cc8a62a993ba00c99be8742e7.tar.gz
focaccia-qemu-d38f674c446ca55cc8a62a993ba00c99be8742e7.zip
KVM: Update kernel headers
Removes ABI-breaking HIOR parts - KVM patch to follow.

Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'linux-headers/asm-powerpc')
-rw-r--r--linux-headers/asm-powerpc/kvm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/linux-headers/asm-powerpc/kvm.h b/linux-headers/asm-powerpc/kvm.h
index 28eecf04a3..25964ee107 100644
--- a/linux-headers/asm-powerpc/kvm.h
+++ b/linux-headers/asm-powerpc/kvm.h
@@ -149,12 +149,6 @@ struct kvm_regs {
 #define KVM_SREGS_E_UPDATE_DBSR		(1 << 3)
 
 /*
- * Book3S special bits to indicate contents in the struct by maintaining
- * backwards compatibility with older structs. If adding a new field,
- * please make sure to add a flag for that new field */
-#define KVM_SREGS_S_HIOR		(1 << 0)
-
-/*
  * In KVM_SET_SREGS, reserved/pad fields must be left untouched from a
  * previous KVM_GET_REGS.
  *
@@ -179,8 +173,6 @@ struct kvm_sregs {
 				__u64 ibat[8];
 				__u64 dbat[8];
 			} ppc32;
-			__u64 flags; /* KVM_SREGS_S_ */
-			__u64 hior;
 		} s;
 		struct {
 			union {