RISC-V: Init and Halt Code
This contains the various __init C functions, the initial assembly
kernel entry point, and the code to reset the system. When a file was
init-related this patch contains the entire file.
Signed-off-by: NPalmer Dabbelt <palmer@dabbelt.com>
Showing
arch/riscv/include/asm/bug.h
0 → 100644
arch/riscv/include/asm/cache.h
0 → 100644
arch/riscv/include/asm/smp.h
0 → 100644
arch/riscv/kernel/cacheinfo.c
0 → 100644
arch/riscv/kernel/cpu.c
0 → 100644
arch/riscv/kernel/head.S
0 → 100644
arch/riscv/kernel/irq.c
0 → 100644
arch/riscv/kernel/reset.c
0 → 100644
arch/riscv/kernel/setup.c
0 → 100644
arch/riscv/kernel/smp.c
0 → 100644
arch/riscv/kernel/smpboot.c
0 → 100644
arch/riscv/kernel/time.c
0 → 100644
arch/riscv/kernel/traps.c
0 → 100644
arch/riscv/kernel/vdso.c
0 → 100644
arch/riscv/mm/init.c
0 → 100644
想要评论请 注册 或 登录