diff options
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/include/asm/elf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/score/include/asm/elf.h b/arch/score/include/asm/elf.h index 5d566c7a0af2..6a9421c693ca 100644 --- a/arch/score/include/asm/elf.h +++ b/arch/score/include/asm/elf.h | |||
@@ -52,11 +52,6 @@ typedef elf_fpreg_t elf_fpregset_t; | |||
52 | #define ELF_DATA ELFDATA2LSB | 52 | #define ELF_DATA ELFDATA2LSB |
53 | #define ELF_ARCH EM_SCORE7 | 53 | #define ELF_ARCH EM_SCORE7 |
54 | 54 | ||
55 | #define SET_PERSONALITY(ex) \ | ||
56 | do { \ | ||
57 | set_personality(PER_LINUX | (current->personality & (~PER_MASK))); \ | ||
58 | } while (0) | ||
59 | |||
60 | struct task_struct; | 55 | struct task_struct; |
61 | struct pt_regs; | 56 | struct pt_regs; |
62 | 57 | ||