diff options
author | Alexander Graf <agraf@suse.de> | 2011-11-17 15:26:35 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-17 16:30:25 +0200 |
commit | bb75c627fb0dfb8c0ab75d3033709ff928896e16 (patch) | |
tree | a012b220304a44a949b2be98ac2b07e50e52fe01 /include | |
parent | e7fc6f93b4242b2b566f0070709e27257d6da8a2 (diff) | |
download | linux-next-bb75c627fb0dfb8c0ab75d3033709ff928896e16.tar.gz |
Revert "KVM: PPC: Add support for explicit HIOR setting"
This reverts commit a15bd354f083f20f257db450488db52ac27df439.
It exceeded the padding on the SREGS struct, rendering the ABI
backwards-incompatible.
Conflicts:
arch/powerpc/kvm/powerpc.c
include/linux/kvm.h
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index f47fcd30273d..c3892fc1d538 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -555,7 +555,6 @@ struct kvm_ppc_pvinfo { #define KVM_CAP_PPC_SMT 64 #define KVM_CAP_PPC_RMA 65 #define KVM_CAP_MAX_VCPUS 66 /* returns max vcpus per vm */ -#define KVM_CAP_PPC_HIOR 67 #define KVM_CAP_PPC_PAPR 68 #define KVM_CAP_S390_GMAP 71 |