]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0ae4603af21695e6cd45d0fb7ea9c2b2422d0145
tree1bbfd887d30e00b25318389256fdcb722b1b4785
parent9476a20076dcc32d4f48421d469482af7574da23
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]