未验证 提交 870b3ac5 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!888 [sync] PR-881: arm64: Keep HWCAP2_WFXT uapi consistent with upstream

Merge Pull Request from: @openeuler-sync-bot 
 

Origin pull request: 
https://gitee.com/openeuler/kernel/pulls/881 
 
Currently, the bitfield of HWCAP2_WFXT is (1 << 23) inconsistent with mainline set (1UL << 31).
To avoid possible uapi break, keep the bitfield consistent with mainline. 
 
Link:https://gitee.com/openeuler/kernel/pulls/888 

Reviewed-by: Zenghui Yu <yuzenghui@huawei.com> 
Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> 
......@@ -78,6 +78,6 @@
#define HWCAP2_ECV (1 << 19)
#define HWCAP2_AFP (1 << 20)
#define HWCAP2_RPRES (1 << 21)
#define HWCAP2_WFXT (1 << 23)
#define HWCAP2_WFXT (1UL << 31)
#endif /* _UAPI__ASM_HWCAP_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册