arch/x86: declare z_x86_prep_c() in kernel_arch_func.h
And remove the ad hoc prototype in cpu.c for Intel64. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
5abab591c2
commit
643661cb44
2 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,6 @@
|
|||
|
||||
__weak u8_t x86_cpu_loapics[] = { 0, 1, 2, 3 };
|
||||
|
||||
extern FUNC_NORETURN void z_x86_prep_c(int dummy, struct multiboot_info *info);
|
||||
|
||||
extern char x86_ap_start[]; /* AP entry point in locore.S */
|
||||
|
||||
extern u8_t _exception_stack[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue