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

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