summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/mmu_context.h')
-rw-r--r--include/asm-sparc/mmu_context.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sparc/mmu_context.h b/include/asm-sparc/mmu_context.h
index d6ac7e922..d73b71f94 100644
--- a/include/asm-sparc/mmu_context.h
+++ b/include/asm-sparc/mmu_context.h
@@ -22,4 +22,11 @@ BTFIXUPDEF_CALL(void, destroy_context, struct mm_struct *)
#define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm)
+/*
+ * After we have set current->mm to a new value, this activates
+ * the context for the new mm so we see the new mappings.
+ * XXX this presumably needs a sensible implementation - paulus.
+ */
+#define activate_context(tsk) do { } while(0)
+
#endif /* !(__SPARC_MMU_CONTEXT_H) */