patch-2.0.20 linux/include/asm-i386/processor.h
Next file: linux/include/asm-i386/semaphore.h
Previous file: linux/include/asm-alpha/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Sep 12 16:13:34 1996
- Orig file:
v2.0.19/linux/include/asm-i386/processor.h
- Orig date:
Thu May 9 07:58:57 1996
diff -u --recursive --new-file v2.0.19/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -131,7 +131,7 @@
NULL, 0, 0, 0, 0 /* vm86_info */ \
}
-#define alloc_kernel_stack() get_free_page(GFP_KERNEL)
+#define alloc_kernel_stack() __get_free_page(GFP_KERNEL)
#define free_kernel_stack(page) free_page((page))
static inline void start_thread(struct pt_regs * regs, unsigned long eip, unsigned long esp)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov