RISC-V: Task implementation
authorPalmer Dabbelt <palmer@dabbelt.com>
Tue, 11 Jul 2017 01:04:30 +0000 (18:04 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Tue, 26 Sep 2017 22:26:46 +0000 (15:26 -0700)
commit7db91e57a0acde126a162ababfb1e0ab190130cb
tree1bbfd887d30e00b25318389256fdcb722b1b4785
parent2129a235c098960c57d4b6ef23be842a98d97ac9
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>
arch/riscv/include/asm/asm-offsets.h [new file with mode: 0644]
arch/riscv/include/asm/current.h [new file with mode: 0644]
arch/riscv/include/asm/kprobes.h [new file with mode: 0644]
arch/riscv/include/asm/processor.h [new file with mode: 0644]
arch/riscv/include/asm/switch_to.h [new file with mode: 0644]
arch/riscv/include/asm/thread_info.h [new file with mode: 0644]
arch/riscv/kernel/asm-offsets.c [new file with mode: 0644]
arch/riscv/kernel/entry.S [new file with mode: 0644]
arch/riscv/kernel/process.c [new file with mode: 0644]