[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)
commit5974eaaedee49c25d7231cc72dc0b7b9d2ef2fd7
tree0dddc4481274a34dd798b49255b1d1355bcee27a
parentee90dabcadd053d5dd69f3a7f8161afa2c751ace
[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 <rmk+kernel@arm.linux.org.uk>
include/asm-arm/elf.h
include/asm-arm/procinfo.h