Commit 919523e4 authored by lishusen's avatar lishusen
Browse files

arm64: Delete macro in the scsnp feature

virt inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9A45R


CVE: NA

----------------------------------------------------

The macro in the scsnp feature is deleted to rectify the compilation
problem.

Signed-off-by: default avatarlishusen <lishusen2@huawei.com>
parent 1fbfc27b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -111,10 +111,8 @@ KVM_NVHE_ALIAS(__hyp_rodata_end);
/* pKVM static key */
KVM_NVHE_ALIAS(kvm_protected_mode_initialized);

#ifdef CONFIG_KVM_HISI_VIRT
/* Capability of non-cacheable snooping */
KVM_NVHE_ALIAS(kvm_ncsnp_support);
#endif

#endif /* CONFIG_KVM */