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
-  Lines: 9
-  Date:
Mon Aug  2 10:19:52 1999
-  Orig file: 
v2.3.12/linux/include/asm-arm/proc-armo/processor.h
-  Orig date: 
Sat May  8 11:06:57 1999
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)