diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-07-11 03:04:30 +0200 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-09-27 00:26:46 +0200 |
commit | 7db91e57a0acde126a162ababfb1e0ab190130cb (patch) | |
tree | 1bbfd887d30e00b25318389256fdcb722b1b4785 /arch/riscv/include/asm/asm-offsets.h | |
parent | RISC-V: ELF and module implementation (diff) | |
download | linux-7db91e57a0acde126a162ababfb1e0ab190130cb.tar.xz linux-7db91e57a0acde126a162ababfb1e0ab190130cb.zip |
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.h | 1 |
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> |