repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added 0.99 linux version
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
include
/
asm-arm
/
arch-rpc
/
a.out.h
blob
56b2f4f7ab180e4c30468a31517ac19fea624270
1
/*
2
* linux/include/asm-arm/arch-rpc/a.out.h
3
*
4
* Copyright (C) 1996-1999 Russell King
5
*/
6
#ifndef __ASM_ARCH_A_OUT_H
7
#define __ASM_ARCH_A_OUT_H
8
9
#include <asm/arch/memory.h>
10
11
#define STACK_TOP \
12
((current->personality == PER_LINUX_32BIT) ? \
13
TASK_SIZE : 0x04000000)
14
15
#endif
16