Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e72837e3 authored by Al Viro's avatar Al Viro
Browse files

default SET_PERSONALITY() in linux/elf.h



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 79f9f99a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -102,7 +102,4 @@ typedef struct user_fpu_struct elf_fpregset_t;

#define ELF_PLATFORM  (NULL)

#define SET_PERSONALITY(ex) \
	set_personality(PER_LINUX_32BIT | (current->personality & (~PER_MASK)))

#endif /* __ASM_AVR32_ELF_H */
+0 −3
Original line number Diff line number Diff line
@@ -132,7 +132,4 @@ do { \

#define ELF_PLATFORM  (NULL)

#define SET_PERSONALITY(ex) \
	set_personality(PER_LINUX | (current->personality & (~PER_MASK)))

#endif
+0 −3
Original line number Diff line number Diff line
@@ -77,9 +77,6 @@ do { \

#define ELF_PLATFORM  (NULL)

#define SET_PERSONALITY(ex) \
	set_personality(PER_LINUX | (current->personality & (~PER_MASK)))

/* C6X specific section types */
#define SHT_C6000_UNWIND	0x70000001
#define SHT_C6000_PREEMPTMAP	0x70000002
+0 −3
Original line number Diff line number Diff line
@@ -86,7 +86,4 @@ typedef unsigned long elf_fpregset_t;

#define ELF_PLATFORM  (NULL)

#define SET_PERSONALITY(ex) \
	set_personality(PER_LINUX | (current->personality & (~PER_MASK)))

#endif
+0 −3
Original line number Diff line number Diff line
@@ -137,7 +137,4 @@ do { \

#define ELF_PLATFORM  (NULL)

#define SET_PERSONALITY(ex) \
	set_personality(PER_LINUX | (current->personality & (~PER_MASK)))

#endif
Loading