summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/mmu_context_32.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2012-05-13 10:30:54 +0200
committerDavid S. Miller <davem@davemloft.net>2012-05-13 12:51:53 -0700
commitb796c6da512c5c284c850e92c084725d5cecde63 (patch)
treecacb40936061d23d0a56aa61c16e76573865393f /arch/sparc/include/asm/mmu_context_32.h
parent9701b264d3267b55ace45bc579eabefc7decfa57 (diff)
downloadop-kernel-dev-b796c6da512c5c284c850e92c084725d5cecde63.zip
op-kernel-dev-b796c6da512c5c284c850e92c084725d5cecde63.tar.gz
sparc32: drop btfixup in mmu_context_32.h
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/mmu_context_32.h')
-rw-r--r--arch/sparc/include/asm/mmu_context_32.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/mmu_context_32.h b/arch/sparc/include/asm/mmu_context_32.h
index 0037931..623b598 100644
--- a/arch/sparc/include/asm/mmu_context_32.h
+++ b/arch/sparc/include/asm/mmu_context_32.h
@@ -23,9 +23,7 @@ static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
* all the page tables have been flushed. Our job is to destroy
* any remaining processor-specific state.
*/
-BTFIXUPDEF_CALL(void, destroy_context, struct mm_struct *)
-
-#define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm)
+void destroy_context(struct mm_struct *mm);
/* Switch the current MM context. */
void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm,
OpenPOWER on IntegriCloud