uml: throw out CHOOSE_MODE
[firewire-audio.git] / include / asm-um / a.out.h
blob7912f0997cbc8fe473b8642cf2960b78f1bf4e96
1 #ifndef __UM_A_OUT_H
2 #define __UM_A_OUT_H
4 #include "asm/arch/a.out.h"
6 #undef STACK_TOP
7 #undef STACK_TOP_MAX
9 extern unsigned long stacksizelim;
11 extern unsigned long host_task_size;
13 #define STACK_ROOM (stacksizelim)
15 #define STACK_TOP task_size
17 #define STACK_TOP_MAX STACK_TOP
19 #endif