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

Next file: linux/include/asm-arm/a.out.h
Previous file: linux/fs/binfmt_misc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.95/linux/include/asm-alpha/processor.h linux/include/asm-alpha/processor.h
@@ -92,6 +92,9 @@
 /* Free all resources held by a thread. */
 extern void release_thread(struct task_struct *);
 
+#define copy_segments(nr, tsk, mm)	do { } while (0)
+#define release_segments(mm)		do { } while (0)
+
 /* NOTE: The task struct and the stack go together!  */
 #define alloc_task_struct() \
         ((struct task_struct *) __get_free_pages(GFP_KERNEL,1))

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