]> 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)
commit80276d1a2dea40c345d85554ea35e88f5c8eaae8
tree68139e7bb9dfee02e23384224e2fa20082e55653
parentb1f256aa196ab6f0c747c3642f53f26dfe72e427
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]