summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-ebsa285/a.out.h
blob: 71fcffe8e3e174ab8ed951eda7a9cf0c2354e73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * linux/include/asm-arm/arch-ebsa110/a.out.h
 *
 * Copyright (C) 1996-1999 Russell King
 */
#ifndef __ASM_ARCH_A_OUT_H
#define __ASM_ARCH_A_OUT_H

#include <asm/arch/memory.h>

#define STACK_TOP \
	((current->personality == PER_LINUX_32BIT) ? \
	 TASK_SIZE : 0x04000000)

#endif