more changes on original files
[linux-2.4.git] / include / asm-arm / proc-armo / elf.h
1 /*
2  * ELF definitions for 26-bit CPUs
3  */
4
5 #define ELF_EXEC_PAGESIZE       32768
6
7 #ifdef __KERNEL__
8
9 /* We can only execute 26-bit code. */
10 #define ELF_PROC_OK(x)          \
11         ((x)->e_flags & EF_ARM_APCS26)
12
13 #define SET_PERSONALITY(ex,ibcs2) set_personality(PER_LINUX)
14
15 #endif