patch-2.1.96 linux/include/asm-i386/processor.h

Next file: linux/include/asm-i386/system.h
Previous file: linux/include/asm-arm/types.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.95/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -189,8 +189,15 @@
 	regs->esp = new_esp; \
 } while (0)
 
+/* Forward declaration, a strange C thing */
+struct mm_struct;
+
 /* Free all resources held by a thread. */
 extern void release_thread(struct task_struct *);
+
+/* Copy and release all segment info associated with a VM */
+extern void copy_segments(int nr, struct task_struct *p, struct mm_struct * mm);
+extern void release_segments(struct mm_struct * mm);
 
 /*
  * Return saved PC of a blocked thread.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov