mirror of
https://github.com/RGBCube/serenity
synced 2025-06-12 13:42:07 +00:00
Kernel: Fix KUBSAN warnings due to unaligned APIC variables
This commit is contained in:
parent
32d9534c67
commit
cbc450c24e
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ apic_ap_start32_2:
|
||||||
.global apic_ap_start_size
|
.global apic_ap_start_size
|
||||||
apic_ap_start_size:
|
apic_ap_start_size:
|
||||||
.2byte end_apic_ap_start - apic_ap_start
|
.2byte end_apic_ap_start - apic_ap_start
|
||||||
|
.align 4
|
||||||
ap_cpu_id:
|
ap_cpu_id:
|
||||||
.4byte 0x0
|
.4byte 0x0
|
||||||
ap_cpu_gdt:
|
ap_cpu_gdt:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue