summaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/processor.h
AgeCommit message (Collapse)AuthorFilesLines
2015-02-09nios2: Remove unused prepare_to_copy()Tobias Klauser1-3/+0
prepare_to_copy() was removed from all architectures supported at that time in commit 55ccf3fe3f9a ("fork: move the real prepare_to_copy() users to arch_dup_task_struct()"). Remove it from nios2 as well. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <lftan@altera.com>
2014-12-08nios2: Process managementLey Foon Tan1-0/+103
This patch adds support for thread creation and context switching. Signed-off-by: Ley Foon Tan <lftan@altera.com>