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

Next file: linux/include/asm-alpha/semaphore.h
Previous file: linux/include/asm-alpha/atomic.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.19/linux/include/asm-alpha/processor.h linux/include/asm-alpha/processor.h
@@ -59,7 +59,7 @@
 	0 \
 }
 
-#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))
 
 #include <asm/ptrace.h>

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