diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-10 16:20:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-10 16:20:00 -0700 |
commit | 573c577af079184ca523984e3279644eb37756a3 (patch) | |
tree | 7e9da3f937733592032ca6ef6ff95773ab991010 /arch | |
parent | 0cdf5a464070c8a2980a27113c47fb8e71babb9c (diff) | |
parent | b14132797d8041a42e03f4ffa1e722da1425adfb (diff) | |
download | linux-573c577af079184ca523984e3279644eb37756a3.tar.bz2 |
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze update from Michal Simek.
* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
elf-em.h: move EM_MICROBLAZE to the common header
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/include/uapi/asm/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/include/uapi/asm/elf.h b/arch/microblaze/include/uapi/asm/elf.h index be1731d5e2fa..e9bcdb6e0086 100644 --- a/arch/microblaze/include/uapi/asm/elf.h +++ b/arch/microblaze/include/uapi/asm/elf.h @@ -11,12 +11,13 @@ #ifndef _UAPI_ASM_MICROBLAZE_ELF_H #define _UAPI_ASM_MICROBLAZE_ELF_H +#include <linux/elf-em.h> + /* * Note there is no "official" ELF designation for Microblaze. * I've snaffled the value from the microblaze binutils source code * /binutils/microblaze/include/elf/microblaze.h */ -#define EM_MICROBLAZE 189 #define EM_MICROBLAZE_OLD 0xbaab #define ELF_ARCH EM_MICROBLAZE |