summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-31riscv: remove redundant unlikely()Tobias Klauser1-1/+1
IS_ERR_VALUE() already implies unlikely(), so it can be omitted. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+125
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: Palmer Dabbelt <palmer@dabbelt.com>