From: Russell King Date: Thu, 9 Nov 2006 14:37:06 +0000 (+0000) Subject: [ARM] Move HWCAP_* definitions to asm/elf.h X-Git-Tag: v2.6.20-rc1~34^2~412^2~1^2^3~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5974eaaedee49c25d7231cc72dc0b7b9d2ef2fd7;p=pandora-kernel.git [ARM] Move HWCAP_* definitions to asm/elf.h Move HWCAP_* definitions into asm/elf.h, where they should belong. Since userspace wants to get at these definitions by including asm/procinfo.h, include asm/elf.h from this file if __KERNEL__ is not defined, and issue a warning suggesting to fix the program up to use asm/elf.h instead. Signed-off-by: Russell King --- Reading git-diff-tree failed