summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/asm-offsets.h
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-07-10 18:04:30 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-09-26 15:26:46 -0700
commit7db91e57a0acde126a162ababfb1e0ab190130cb (patch)
tree1bbfd887d30e00b25318389256fdcb722b1b4785 /arch/riscv/include/asm/asm-offsets.h
parent2129a235c098960c57d4b6ef23be842a98d97ac9 (diff)
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>
Diffstat (limited to 'arch/riscv/include/asm/asm-offsets.h')
-rw-r--r--arch/riscv/include/asm/asm-offsets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/asm-offsets.h b/arch/riscv/include/asm/asm-offsets.h
new file mode 100644
index 000000000000..d370ee36a182
--- /dev/null
+++ b/arch/riscv/include/asm/asm-offsets.h
@@ -0,0 +1 @@
+#include <generated/asm-offsets.h>