+9
−6
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAU6ZD CVE: NA -------------------------------- Fixes KABI breakage caused by replacing struct members with union fields in msi_msg and also Replace/cleanup struct members "irq_delivery_mode" with "enum apic_delivery_modes delivery_mode". in struct apic.Uses _KABI_DEPRECATE and KABI_EXTEND to resolve issues from commits 4cd15b73 and 15259e4a. Fixes: 15259e4a ("x86/apic: Cleanup delivery mode defines") a5e00407 ("x86/apic: Get rid of apic:: Dest_logical") 3d7181f6 ("x86/apic: Cleanup destination mode") 4cd15b73 ("genirq/msi: Allow shadow declarations of msi_msg:: $member") Signed-off-by:PvsNarasimha <PVS.NarasimhaRao@amd.com>