Selaa lähdekoodia

ARC: Remove SET_PERSONALITY (tracks cross-arch change)

Tracks commit e72837e3e7b "default SET_PERSONALITY() in linux/elf.h"

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta 12 vuotta sitten
vanhempi
commit
a37b2dc52b
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      arch/arc/include/asm/elf.h

+ 0 - 3
arch/arc/include/asm/elf.h

@@ -72,7 +72,4 @@ extern int elf_check_arch(const struct elf32_hdr *);
  */
  */
 #define ELF_PLATFORM	(NULL)
 #define ELF_PLATFORM	(NULL)
 
 
-#define SET_PERSONALITY(ex) \
-	set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
-
 #endif
 #endif