HOSTLD tools/proftool HOSTLD tools/dumpimage HOSTLD tools/mkimage HOSTLD tools/fit_info HOSTLD tools/fit_check_sign HOSTLD tools/fdt_add_pubkey CC arch/riscv/cpu/cpu.o CC arch/riscv/cpu/jh7110/cpu.o CC arch/riscv/lib/bootm.o CC board/starfive/visionfive2/starfive_visionfive2.o CC arch/riscv/cpu/jh7110/dram.o arch/riscv/cpu/cpu.c: In function 'riscv_cpu_setup': arch/riscv/cpu/cpu.c:99:31: error: 'ctx' undeclared (first use in this function) 99 | ret = riscv_cpu_probe(ctx, event); | ^~~ arch/riscv/cpu/cpu.c:99:31: note: each undeclared identifier is reported only once for each function it appears in arch/riscv/cpu/cpu.c:99:36: error: 'event' undeclared (first use in this function) 99 | ret = riscv_cpu_probe(ctx, event); | ^~~~~ arch/riscv/cpu/cpu.c:99:15: error: too many arguments to function 'riscv_cpu_probe' 99 | ret = riscv_cpu_probe(ctx, event); | ^~~~~~~~~~~~~~~ arch/riscv/cpu/cpu.c:69:12: note: declared here 69 | static int riscv_cpu_probe(void) | ^~~~~~~~~~~~~~~ make[1]: *** [scripts/Makefile.build:257: arch/riscv/cpu/cpu.o] Error 1 make: *** [Makefile:1857: arch/riscv/cpu] Error 2 make: *** Waiting for unfinished jobs.... CC arch/riscv/lib/image.o AR arch/riscv/cpu/jh7110/built-in.o CC arch/riscv/lib/boot.o