Bug 9440 - [devel-6.6] x86/cpu: Remove pointless evaluation of x86_coreid_bits
Summary: [devel-6.6] x86/cpu: Remove pointless evaluation of x86_coreid_bits
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-28 11:44 UTC by LeoLiu-oc
Modified: 2024-06-28 11:46 UTC (History)
3 users (show)

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 2024-06-28 11:44:42 UTC
主线补丁:e367e3c765f5477b2e79da0f1399aed49e2d1e37

cpuinfo_x86::x86_coreid_bits is only used by the AMD numa topology code. No
point in evaluating it on non AMD systems.

No functional change.
Comment 1 小龙 admin 2024-06-28 11:46:24 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3441