repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] 9p: fix marshalling bug in tcreate with empty extension field
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-um
/
a.out.h
blob
50cee7b296f44693a65cea7751253844e12df7df
1
#ifndef __UM_A_OUT_H
2
#define __UM_A_OUT_H
3
4
#include
"asm/arch/a.out.h"
5
#include
"choose-mode.h"
6
7
#undef STACK_TOP
8
9
extern
unsigned long
stacksizelim
;
10
11
extern
unsigned long
host_task_size
;
12
13
#define STACK_ROOM (stacksizelim)
14
15
extern
int
honeypot
;
16
#define STACK_TOP \
17
CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size)
18
19
#endif