We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b03e52 commit ce0dbe9Copy full SHA for ce0dbe9
arch/riscv/kernel/machine_kexec.c
@@ -171,7 +171,7 @@ machine_kexec(struct kimage *image)
171
struct kimage_arch *internal = &image->arch;
172
unsigned long jump_addr = (unsigned long) image->start;
173
unsigned long first_ind_entry = (unsigned long) &image->head;
174
- unsigned long this_cpu_id = smp_processor_id();
+ unsigned long this_cpu_id = __smp_processor_id();
175
unsigned long this_hart_id = cpuid_to_hartid_map(this_cpu_id);
176
unsigned long fdt_addr = internal->fdt_addr;
177
void *control_code_buffer = page_address(image->control_code_page);
0 commit comments