]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit71995e4d004f6afbc86cc4a80c4a281f6c00b07f
tree68139e7bb9dfee02e23384224e2fa20082e55653
parentcbd15b3fadc27e81a6e8a3d38ce13cde5ce7cb71
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]