patch-2.2.14 linux/include/asm-s390/mmu_context.h
Next file: linux/include/asm-s390/namei.h
Previous file: linux/include/asm-s390/mman.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jan 4 10:12:24 2000
- Orig file:
v2.2.13/linux/include/asm-s390/mmu_context.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.2.13/linux/include/asm-s390/mmu_context.h linux/include/asm-s390/mmu_context.h
@@ -0,0 +1,21 @@
+/*
+ * include/asm-s390/mmu_context.h
+ *
+ * S390 version
+ *
+ * Derived from "include/asm-i386/mmu_context.h"
+ */
+
+#ifndef __S390_MMU_CONTEXT_H
+#define __S390_MMU_CONTEXT_H
+
+/*
+ * get a new mmu context.. S390 don't know about contexts.
+ */
+#define get_mmu_context(x) do { } while (0)
+
+#define init_new_context(mm) do { } while(0)
+#define destroy_context(mm) do { } while(0)
+#define activate_context(tsk) do { } while(0)
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)