Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-3
-3
arch/arc/include/asm/elf.h
··· 72 72 */ 73 73 #define ELF_PLATFORM (NULL) 74 74 75 - #define SET_PERSONALITY(ex) \ 76 - set_personality(PER_LINUX | (current->personality & (~PER_MASK))) 77 - 78 75 #endif