aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/mmu_context.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27nios2: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-17/+4
Signed-off-by: Nicholas Piggin <[email protected]> Cc: Ley Foon Tan <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from ↵Ingo Molnar1-0/+2
<linux/sched.h> Update code that relied on sched.h including various MM types for them. This will allow us to remove the <linux/mm_types.h> include from <linux/sched.h>. Acked-by: Linus Torvalds <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>
2014-12-08nios2: Process managementLey Foon Tan1-0/+66
This patch adds support for thread creation and context switching. Signed-off-by: Ley Foon Tan <[email protected]>