* better
[mascara-docs.git] / i386 / linux-2.3.21 / include / asm-arm / proc-armo / elf.h
blob535deef3163dc7d72c61d5a099f57e42d54c2ed6
1 /*
2 * ELF definitions for 26-bit CPUs
3 */
5 #define ELF_EXEC_PAGESIZE 32768
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
14 #ifdef __KERNEL__
16 #define SET_PERSONALITY(ex,ibcs2) \
17 current->personality = PER_LINUX
19 #endif