Kernel: Fix KUBSAN warnings due to unaligned APIC variables

This commit is contained in:
Tom 2021-02-27 17:01:13 -07:00 committed by Andreas Kling
commit cbc450c24e
Notes: sideshowbarker 2024-07-18 21:52:02 +09:00

View file

@ -378,6 +378,7 @@ apic_ap_start32_2:
.global apic_ap_start_size
apic_ap_start_size:
.2byte end_apic_ap_start - apic_ap_start
.align 4
ap_cpu_id:
.4byte 0x0
ap_cpu_gdt: