mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
Kernel: Fix KUBSAN warnings due to unaligned APIC variables
This commit is contained in:
parent
32d9534c67
commit
cbc450c24e
Notes:
sideshowbarker
2024-07-18 21:52:02 +09:00
Author: https://github.com/tomuta
Commit: cbc450c24e
Pull-request: https://github.com/SerenityOS/serenity/pull/5548
Issue: https://github.com/SerenityOS/serenity/issues/5539
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