[ARM] Move HWCAP_* definitions to asm/elf.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 9 Nov 2006 14:37:06 +0000 (14:37 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 12:24:46 +0000 (12:24 +0000)
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 <rmk+kernel@arm.linux.org.uk>

No differences found