Unverified Commit c62a9941 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!5451 arm64: Delete macro in the scsnp feature

Merge Pull Request from: @ci-robot 
 
PR sync from: lishusen <lishusen2@huawei.com>
https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/2EFMZ3W2NZKQ366Z4GDHNVNJECYEXZME/ 
The macro in the scsnp feature is deleted to rectify the compilation
problem.

lishusen (1):
  arm64: Delete macro in the scsnp feature


-- 
2.33.0
 
https://gitee.com/openeuler/kernel/issues/I9A45R 
 
Link:https://gitee.com/openeuler/kernel/pulls/5451

 

Reviewed-by: default avatarZhang Jianhua <chris.zjh@huawei.com>
Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parents 1fbfc27b 919523e4
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 */