diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-18 10:28:01 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-09-10 07:54:15 +0300 |
commit | b14132797d8041a42e03f4ffa1e722da1425adfb (patch) | |
tree | c94877001c4925aabb7536acf4d2d9e92b677615 /include/uapi | |
parent | b8889c4fc6ba03e289cec6a4d692f6f080a55e53 (diff) | |
download | linux-b14132797d8041a42e03f4ffa1e722da1425adfb.tar.xz |
elf-em.h: move EM_MICROBLAZE to the common header
The linux/audit.h header uses EM_MICROBLAZE in order to define
AUDIT_ARCH_MICROBLAZE, but it's only available in the microblaze
asm headers. Move it to the common elf-em.h header so that the
define can be used on non-microblaze systems. Otherwise we get
build errors that EM_MICROBLAZE isn't defined when we try to use
the AUDIT_ARCH_MICROBLAZE symbol.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/elf-em.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index 3429a3ba382b..b56dfcfe922a 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h @@ -39,6 +39,7 @@ #define EM_TI_C6000 140 /* TI C6X DSPs */ #define EM_AARCH64 183 /* ARM 64 bit */ #define EM_TILEPRO 188 /* Tilera TILEPro */ +#define EM_MICROBLAZE 189 /* Xilinx MicroBlaze */ #define EM_TILEGX 191 /* Tilera TILE-Gx */ #define EM_FRV 0x5441 /* Fujitsu FR-V */ #define EM_AVR32 0x18ad /* Atmel AVR32 */ |