From: Ley Foon Tan Date: Thu, 6 Nov 2014 07:19:54 +0000 (+0800) Subject: Add ELF machine define for Nios2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4fdace8d4f8bee9ba163646e8530394f9c36e67e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Add ELF machine define for Nios2 Signed-off-by: Ley Foon Tan Acked-by: Arnd Bergmann --- diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index aa90bc98b6e2..ae99f7743cf4 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h @@ -34,6 +34,7 @@ #define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */ #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ #define EM_BLACKFIN 106 /* ADI Blackfin Processor */ +#define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ #define EM_TI_C6000 140 /* TI C6X DSPs */ #define EM_AARCH64 183 /* ARM 64 bit */ #define EM_FRV 0x5441 /* Fujitsu FR-V */