]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: Process management
authorLey Foon Tan <lftan@altera.com>
Thu, 6 Nov 2014 07:19:47 +0000 (15:19 +0800)
committerLey Foon Tan <lftan@altera.com>
Mon, 8 Dec 2014 04:55:53 +0000 (12:55 +0800)
commite9d112e5569e05ef8a2bed29599bdd2e95063c14
tree68139e7bb9dfee02e23384224e2fa20082e55653
parent35f3987f2d777477edda75525e3d678e7f3c9c45
nios2: Process management

This patch adds support for thread creation and context switching.

Signed-off-by: Ley Foon Tan <lftan@altera.com>
arch/nios2/include/asm/mmu_context.h [new file with mode: 0644]
arch/nios2/include/asm/processor.h [new file with mode: 0644]
arch/nios2/include/asm/switch_to.h [new file with mode: 0644]
arch/nios2/include/asm/thread_info.h [new file with mode: 0644]
arch/nios2/kernel/process.c [new file with mode: 0644]
arch/nios2/mm/mmu_context.c [new file with mode: 0644]