aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/linkage.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-26RISC-V: Generic library routines and assemblyPalmer Dabbelt1-0/+20
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>