diff options
author | Alexander Graf <agraf@suse.de> | 2014-07-28 17:29:13 (GMT) |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-07-28 17:29:15 (GMT) |
commit | ce91ddc471b77ec75e5b2a43c803efac605f37b3 (patch) | |
tree | a1d2e2733694636848cfaaed79c9d32ee7e40d8e /include/uapi | |
parent | 8de12015ff75967b16f70e5938b151390dac9b77 (diff) | |
download | linux-ce91ddc471b77ec75e5b2a43c803efac605f37b3.tar.xz |
KVM: PPC: Remove DCR handling
DCR handling was only needed for 440 KVM. Since we removed it, we can also
remove handling of DCR accesses.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/kvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 51776ca..f6f24ae 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -162,7 +162,7 @@ struct kvm_pit_config { #define KVM_EXIT_TPR_ACCESS 12 #define KVM_EXIT_S390_SIEIC 13 #define KVM_EXIT_S390_RESET 14 -#define KVM_EXIT_DCR 15 +#define KVM_EXIT_DCR 15 /* deprecated */ #define KVM_EXIT_NMI 16 #define KVM_EXIT_INTERNAL_ERROR 17 #define KVM_EXIT_OSI 18 @@ -268,7 +268,7 @@ struct kvm_run { __u64 trans_exc_code; __u32 pgm_code; } s390_ucontrol; - /* KVM_EXIT_DCR */ + /* KVM_EXIT_DCR (deprecated) */ struct { __u32 dcrn; __u32 data; |