|
|
| File: [Development] / linux-2.6-xfs / include / asm-um / a.out.h (download)
Revision 1.2, Fri Oct 13 17:03:09 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.18 Merge of 2.6.x-xfs-melb:linux:27192b by kenmcd. |
#ifndef __UM_A_OUT_H #define __UM_A_OUT_H #include "asm/arch/a.out.h" #include "choose-mode.h" #undef STACK_TOP extern unsigned long stacksizelim; extern unsigned long host_task_size; #define STACK_ROOM (stacksizelim) extern int honeypot; #define STACK_TOP \ CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size) #endif