Bug 22862 - [devel-5.10] x86/cpufeatures: Fix typo in PARALLAX_E and reformat new feature macros
Summary: [devel-5.10] x86/cpufeatures: Fix typo in PARALLAX_E and reformat new feature...
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-17 11:46 UTC by LeoLiu-oc
Modified: 2025-07-17 15:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeoLiu-oc zhaoxin_group 2025-07-17 11:46:07 UTC
This patch makes the following changes to cpufeatures.h:
1. Corrects the typo in X86_FEATURE_PARALLAX_E to X86_FEATURE_PARALLAX_EN
2. Reformats the newly added feature macros in word5 to maintain consistent
   coding style
Comment 1 小龙 admin 2025-07-17 15:01:58 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5524