diff options
Diffstat (limited to 'arch/x86/machine/boot.h')
-rw-r--r-- | arch/x86/machine/boot.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/x86/machine/boot.h b/arch/x86/machine/boot.h index 087f0c2a..a3f4ecb8 100644 --- a/arch/x86/machine/boot.h +++ b/arch/x86/machine/boot.h @@ -79,11 +79,6 @@ extern char _boot; extern char _boot_end; /* - * This variable contains the CPU ID of an AP during early initialization. - */ -extern unsigned int boot_ap_id; - -/* * Size of the trampoline code used for APs. */ extern uint32_t boot_mp_trampoline_size; @@ -123,6 +118,10 @@ void boot_main(void); */ void boot_ap_main(void); +void boot_alloc_ap_stacks(void); + +void boot_set_ap_id(unsigned int ap_id); + /* * Log kernel version and other architecture-specific information. */ |