[arch][warnings] fix -Wmissing-declarations warnings

This commit is contained in:
Travis Geiselbrecht
2021-10-21 23:08:38 -07:00
parent 1e88a6c354
commit a6ddffd80b
23 changed files with 72 additions and 19 deletions

View File

@@ -136,6 +136,8 @@ void arch_enter_uspace(vaddr_t entry_point, vaddr_t user_stack_top) {
}
#if WITH_SMP
/* called from assembly */
void arm64_secondary_entry(ulong);
void arm64_secondary_entry(ulong asm_cpu_num) {
uint cpu = arch_curr_cpu_num();
if (cpu != asm_cpu_num)