It's invalid to use GLOBAL() for kernload_ap, as the macro switches
to the .data section. We need kernload_ap in the boot page. Approved by: re (blanket)
This commit is contained in:
parent
d7f74bdca7
commit
d50c56183e
@ -242,7 +242,8 @@ done_mapping:
|
||||
__boot_page:
|
||||
bl 1f
|
||||
|
||||
GLOBAL(kernload_ap)
|
||||
.globl kernload_ap
|
||||
kernload_ap:
|
||||
.long 0
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user