summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/elf.h
diff options
context:
space:
mode:
authorAl Viro2013-02-17 23:47:04 +0100
committerAl Viro2013-02-26 08:46:08 +0100
commite72837e3e7bae3f182c4ac63c9424e86f1158dd0 (patch)
tree0d4d51e61aff21b3e6d3b1816b8cb52edcfbd39e /arch/m68k/include/asm/elf.h
parentceph: prepopulate inodes only when request is aborted (diff)
downloadkernel-qcow2-linux-e72837e3e7bae3f182c4ac63c9424e86f1158dd0.tar.gz
kernel-qcow2-linux-e72837e3e7bae3f182c4ac63c9424e86f1158dd0.tar.xz
kernel-qcow2-linux-e72837e3e7bae3f182c4ac63c9424e86f1158dd0.zip
default SET_PERSONALITY() in linux/elf.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/include/asm/elf.h')
-rw-r--r--arch/m68k/include/asm/elf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/elf.h b/arch/m68k/include/asm/elf.h
index f83c1d0a87cf..b1c26de438be 100644
--- a/arch/m68k/include/asm/elf.h
+++ b/arch/m68k/include/asm/elf.h
@@ -113,7 +113,4 @@ typedef struct user_m68kfp_struct elf_fpregset_t;
#define ELF_PLATFORM (NULL)
-#define SET_PERSONALITY(ex) \
- set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
-
#endif