]> Git Repo - linux.git/blame - include/asm-um/a.out.h
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux.git] / include / asm-um / a.out.h
CommitLineData
1da177e4
LT
1#ifndef __UM_A_OUT_H
2#define __UM_A_OUT_H
3
1da177e4
LT
4#include "asm/arch/a.out.h"
5#include "choose-mode.h"
6
7#undef STACK_TOP
8
9extern unsigned long stacksizelim;
10
11extern unsigned long host_task_size;
12
13#define STACK_ROOM (stacksizelim)
14
15extern int honeypot;
16#define STACK_TOP \
17 CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size)
18
19#endif
This page took 0.175704 seconds and 4 git commands to generate.