patch-2.3.13 linux/include/asm-arm/proc-armo/processor.h

Next file: linux/include/asm-arm/proc-armv/domain.h
Previous file: linux/include/asm-arm/parport.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/include/asm-arm/proc-armo/processor.h linux/include/asm-arm/proc-armo/processor.h
@@ -77,6 +77,8 @@
 extern unsigned long get_page_8k(int priority);
 extern void free_page_8k(unsigned long page);
 
+#define THREAD_SIZE	(8192)
+
 #define ll_alloc_task_struct()	((struct task_struct *)get_page_8k(GFP_KERNEL))
 #define ll_free_task_struct(p)  free_page_8k((unsigned long)(p))
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)