Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69130ea1 authored by Jan Dakinevich's avatar Jan Dakinevich Committed by Radim Krčmář
Browse files

KVM: VMX: remove duplicated declaration



Declaration of VMX_VPID_EXTENT_SUPPORTED_MASK occures twice in the code.
Probably, it was happened after unsuccessful merge.

Signed-off-by: default avatarJan Dakinevich <jan.dakinevich@gmail.com>
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent 32eb12a6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -132,12 +132,6 @@ module_param_named(preemption_timer, enable_preemption_timer, bool, S_IRUGO);

#define VMX_MISC_EMULATED_PREEMPTION_TIMER_RATE 5

#define VMX_VPID_EXTENT_SUPPORTED_MASK		\
	(VMX_VPID_EXTENT_INDIVIDUAL_ADDR_BIT |	\
	VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT |	\
	VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT |	\
	VMX_VPID_EXTENT_SINGLE_NON_GLOBAL_BIT)

/*
 * Hyper-V requires all of these, so mark them as supported even though
 * they are just treated the same as all-context.