Skip to content

Commit f37b735

Browse files
Maxim Levitskybonzini
authored andcommitted
kvm: x86: SVM: remove unused defines
Remove some unused #defines from svm.c Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Message-Id: <20220322172449.235575-7-mlevitsk@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent bb2aa78 commit f37b735

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/x86/kvm/svm/svm.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ MODULE_DEVICE_TABLE(x86cpu, svm_cpu_id);
6262
#define SEG_TYPE_LDT 2
6363
#define SEG_TYPE_BUSY_TSS16 3
6464

65-
#define SVM_FEATURE_LBRV (1 << 1)
66-
#define SVM_FEATURE_SVML (1 << 2)
67-
#define SVM_FEATURE_TSC_RATE (1 << 4)
68-
#define SVM_FEATURE_VMCB_CLEAN (1 << 5)
69-
#define SVM_FEATURE_FLUSH_ASID (1 << 6)
70-
#define SVM_FEATURE_DECODE_ASSIST (1 << 7)
71-
#define SVM_FEATURE_PAUSE_FILTER (1 << 10)
72-
7365
#define DEBUGCTL_RESERVED_BITS (~(0x3fULL))
7466

7567
static bool erratum_383_found __read_mostly;

0 commit comments

Comments
 (0)