mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-11 05:39:45 +00:00
function name change in init.c
- bsp_boot_init to init_primary_cpu - bsp_boot_post to init_primary_cpu_post Tracked-On: #1842 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
/* hypervisor stack bottom magic('intl') */
|
||||
#define SP_BOTTOM_MAGIC 0x696e746cUL
|
||||
|
||||
void bsp_boot_init(void);
|
||||
void init_primary_cpu(void);
|
||||
void init_secondary_cpu(void);
|
||||
|
||||
#endif /* INIT_H*/
|
||||
|
Reference in New Issue
Block a user