patch-2.1.80 linux/include/asm-alpha/processor.h
Next file: linux/include/asm-arm/a.out.h
Previous file: linux/fs/vfat/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jan 15 20:48:33 1998
- Orig file:
v2.1.79/linux/include/asm-alpha/processor.h
- Orig date:
Tue Dec 2 09:49:40 1997
diff -u --recursive --new-file v2.1.79/linux/include/asm-alpha/processor.h linux/include/asm-alpha/processor.h
@@ -93,7 +93,7 @@
/* NOTE: The task struct and the stack go together! */
#define alloc_task_struct() \
- ((struct task_struct *) __get_free_pages(GFP_KERNEL,1,0))
+ ((struct task_struct *) __get_free_pages(GFP_KERNEL,1))
#define free_task_struct(p) free_pages((unsigned long)(p),1)
#define init_task (init_task_union.task)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov