diff options
Diffstat (limited to 'arch/openrisc/include/asm/elf.h')
-rw-r--r-- | arch/openrisc/include/asm/elf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/openrisc/include/asm/elf.h b/arch/openrisc/include/asm/elf.h index f4aa8a542a22..d334e204bbdd 100644 --- a/arch/openrisc/include/asm/elf.h +++ b/arch/openrisc/include/asm/elf.h | |||
@@ -62,7 +62,4 @@ extern void dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt); | |||
62 | 62 | ||
63 | #define ELF_PLATFORM (NULL) | 63 | #define ELF_PLATFORM (NULL) |
64 | 64 | ||
65 | #define SET_PERSONALITY(ex) \ | ||
66 | set_personality(PER_LINUX | (current->personality & (~PER_MASK))) | ||
67 | |||
68 | #endif | 65 | #endif |