summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-nexuspci/a.out.h
blob: 9051eb0c94ab9f3a9d510d12bdb90f173ef5a77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * linux/include/asm-arm/arch-nexuspci/a.out.h
 *
 * Copyright (C) 1996 Russell King
 */

#ifndef __ASM_ARCH_A_OUT_H
#define __ASM_ARCH_A_OUT_H

#ifdef __KERNEL__
#define STACK_TOP		((current->personality==PER_LINUX_32BIT)? 0xc0000000 : 0x04000000)
#define LIBRARY_START_TEXT	(0x00c00000)
#endif

#endif