From: Mike Frysinger Date: Tue, 18 Aug 2015 07:28:01 +0000 (-0400) Subject: elf-em.h: move EM_MICROBLAZE to the common header X-Git-Tag: omap-for-v4.3/fixes-rc1~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14132797d8041a42e03f4ffa1e722da1425adfb;p=pandora-kernel.git 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 Signed-off-by: Michal Simek --- Reading git-diff-tree failed