Bug 12121 - [ANCK 6.6] Split struct orc_entry initialization for arch specific definitions
Summary: [ANCK 6.6] Split struct orc_entry initialization for arch specific definitions
Status: RESOLVED FIXED
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: ARM (show other bugs) ARM
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: fghui_kernel
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-26 09:42 UTC by justinhe
Modified: 2024-12-02 18:20 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description justinhe 2024-11-26 09:42:32 UTC
Description of problem:
Simplify cross-building (e.g., LoongArch on x86) by avoiding complex macros
for architecture-specific orc_entry definitions.

Introduce a helper function, arch_init_orc_entry(), to manage arch specific
orc_entry initialization more cleanly.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2024-11-26 16:21:23 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4161
Comment 2 justinhe 2024-12-02 18:20:08 UTC
PR merged