diff options
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/mmu_context_32.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/mmu_context_32.h b/arch/sparc/include/asm/mmu_context_32.h index 671a997b9e69..00379318165f 100644 --- a/arch/sparc/include/asm/mmu_context_32.h +++ b/arch/sparc/include/asm/mmu_context_32.h | |||
@@ -28,9 +28,8 @@ BTFIXUPDEF_CALL(void, destroy_context, struct mm_struct *) | |||
28 | #define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm) | 28 | #define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm) |
29 | 29 | ||
30 | /* Switch the current MM context. */ | 30 | /* Switch the current MM context. */ |
31 | BTFIXUPDEF_CALL(void, switch_mm, struct mm_struct *, struct mm_struct *, struct task_struct *) | 31 | void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, |
32 | 32 | struct task_struct *tsk); | |
33 | #define switch_mm(old_mm, mm, tsk) BTFIXUP_CALL(switch_mm)(old_mm, mm, tsk) | ||
34 | 33 | ||
35 | #define deactivate_mm(tsk,mm) do { } while (0) | 34 | #define deactivate_mm(tsk,mm) do { } while (0) |
36 | 35 | ||