···1616 select ARCH_WANT_FRAME_POINTERS1717 select GENERIC_IOMAP1818 select MODULES_USE_ELF_REL1919+ select GENERIC_KERNEL_THREAD2020+ select GENERIC_KERNEL_EXECVE1921 help2022 UniCore-32 is 32-bit Instruction Set Architecture,2123 including a series of low-power-consumption RISC chip
-5
arch/unicore32/include/asm/processor.h
···72727373#define cpu_relax() barrier()74747575-/*7676- * Create a new kernel thread7777- */7878-extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);7979-8075#define task_pt_regs(p) \8176 ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1)8277