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
* better
[mascara-docs.git]
/
i386
/
linux-2.3.21
/
include
/
asm-arm
/
proc-armo
/
elf.h
blob
535deef3163dc7d72c61d5a099f57e42d54c2ed6
1
/*
2
* ELF definitions for 26-bit CPUs
3
*/
4
5
#define ELF_EXEC_PAGESIZE 32768
6
7
#if 0
/* not yet */
8
#define ELF_PROC_OK(x) \
9
((x)->e_flags & EF_ARM_APCS26)
10
#else
11
#define ELF_PROC_OK(x) (1)
12
#endif
13
14
#ifdef __KERNEL__
15
16
#define SET_PERSONALITY(ex,ibcs2) \
17
current->personality = PER_LINUX
18
19
#endif