x86_64: print stack trace during panic
This commit is contained in:
@@ -21,6 +21,7 @@ extern "C" void ap_trampoline_exit(void)
|
||||
__this_ap_ok = 1;
|
||||
|
||||
ml_cpu_block *this_cpu = (ml_cpu_block *)kmalloc(sizeof *this_cpu, VM_NORMAL);
|
||||
memset(this_cpu, 0x00, sizeof *this_cpu);
|
||||
ml_cpu_block_init(this_cpu);
|
||||
ml_cpu_block_use(this_cpu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user