patch-2.1.100 linux/include/asm-sparc/mmu_context.h
Next file: linux/include/asm-sparc64/ide.h
Previous file: linux/include/asm-ppc/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue May 5 21:33:34 1998
- Orig file:
v2.1.99/linux/include/asm-sparc/mmu_context.h
- Orig date:
Thu Apr 23 20:21:38 1998
diff -u --recursive --new-file v2.1.99/linux/include/asm-sparc/mmu_context.h linux/include/asm-sparc/mmu_context.h
@@ -22,4 +22,11 @@
#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) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov