patch-2.2.0-pre8 linux/include/asm-ppc/processor.h
Next file: linux/include/asm-ppc/semaphore.h
Previous file: linux/include/asm-mips/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jan 18 09:55:30 1999
- Orig file:
v2.2.0-pre7/linux/include/asm-ppc/processor.h
- Orig date:
Mon Oct 5 13:13:43 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/include/asm-ppc/processor.h linux/include/asm-ppc/processor.h
@@ -286,8 +286,9 @@
* Note: the vm_start and vm_end fields here should *not*
* be in kernel space. (Could vm_end == vm_start perhaps?)
*/
-#define INIT_MMAP { &init_mm, 0, 0x1000, \
- PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC }
+#define INIT_MMAP { &init_mm, 0, 0x1000, NULL, \
+ PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, \
+ 1, NULL, NULL }
/*
* Return saved PC of a blocked thread. For now, this is the "user" PC
@@ -299,6 +300,7 @@
#define copy_segments(nr, tsk, mm) do { } while (0)
#define release_segments(mm) do { } while (0)
+#define forget_segments() do { } while (0)
/*
* NOTE! The task struct and the stack go together
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov