|
|
| File: [Development] / linux-2.6-xfs / include / asm-um / a.out.h (download)
Revision 1.3, Wed Jul 4 15:54:07 2007 UTC (10 years, 3 months ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.22-rc7 Merge of 2.6.x-xfs-melb:linux:29062a 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 #undef STACK_TOP_MAX 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