patch-2.1.101 linux/include/asm-m68k/processor.h
Next file: linux/include/asm-m68k/stat.h
Previous file: linux/include/asm-m68k/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri May 8 00:15:22 1998
- Orig file:
v2.1.100/linux/include/asm-m68k/processor.h
- Orig date:
Tue Feb 17 13:12:49 1998
diff -u --recursive --new-file v2.1.100/linux/include/asm-m68k/processor.h linux/include/asm-m68k/processor.h
@@ -19,7 +19,8 @@
/* This decides where the kernel will search for a free chunk of vm
* space during mmap's.
*/
-#define TASK_UNMAPPED_BASE 0xC0000000UL
+#define TASK_UNMAPPED_BASE(off) 0xC0000000UL
+#define TASK_UNMAPPED_ALIGN(addr, off) PAGE_ALIGN(addr)
/*
* Bus types
@@ -93,6 +94,9 @@
else
return sw->retpc;
}
+
+#define copy_segments(nr, tsk, mm) do { } while (0)
+#define release_segments(mm) do { } while (0)
/* Allocation and freeing of basic task resources. */
#define alloc_task_struct() \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov