commit | 7db91e57a0acde126a162ababfb1e0ab190130cb | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@dabbelt.com> | Mon Jul 10 18:04:30 2017 -0700 |
committer | Palmer Dabbelt <palmer@dabbelt.com> | Tue Sep 26 15:26:46 2017 -0700 |
tree | 1bbfd887d30e00b25318389256fdcb722b1b4785 | |
parent | 2129a235c098960c57d4b6ef23be842a98d97ac9 [diff] [blame] |
RISC-V: Task implementation This patch contains the implementation of tasks on RISC-V, most of which is involved in task switching. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
diff --git a/arch/riscv/include/asm/asm-offsets.h b/arch/riscv/include/asm/asm-offsets.h new file mode 100644 index 0000000..d370ee3 --- /dev/null +++ b/arch/riscv/include/asm/asm-offsets.h
@@ -0,0 +1 @@ +#include <generated/asm-offsets.h>