patch-2.1.80 linux/arch/sparc/ap1000/apmmu.c
Next file: linux/arch/sparc/ap1000/msc.c
Previous file: linux/arch/ppc/kernel/idle.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jan 16 20:39:23 1998
- Orig file:
v2.1.79/linux/arch/sparc/ap1000/apmmu.c
- Orig date:
Sun Jan 26 02:07:06 1997
diff -u --recursive --new-file v2.1.79/linux/arch/sparc/ap1000/apmmu.c linux/arch/sparc/ap1000/apmmu.c
@@ -593,7 +593,7 @@
static unsigned long apmmu_alloc_kernel_stack(struct task_struct *tsk)
{
- unsigned long kstk = __get_free_pages(GFP_KERNEL, 1, 0);
+ unsigned long kstk = __get_free_pages(GFP_KERNEL, 1);
if(!kstk)
kstk = (unsigned long) vmalloc(PAGE_SIZE << 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov