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
parent 32d9534c67
commit cbc450c24e

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: