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:
Marcel Moolenaar 2011-08-02 23:33:44 +00:00
parent d7f74bdca7
commit d50c56183e

View File

@ -242,7 +242,8 @@ done_mapping:
__boot_page:
bl 1f
GLOBAL(kernload_ap)
.globl kernload_ap
kernload_ap:
.long 0
/*