[ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 11 Feb 2009 12:13:56 +0000 (13:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Feb 2009 10:59:44 +0000 (10:59 +0000)
commit7279dc3e914635ab4b288ec39383272a06c466f3
treefd5801c660dc1d3b262cde513ba3baaf2f89e13b
parent3d1228ead618b88e8606015cbabc49019981805d
[ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16

The VFPv3D16 is a VFPv3 CPU configuration where only 16 double registers
are present, as the VFPv2 configuration. This patch adds the
corresponding hwcap bits so that applications or debuggers have more
information about the supported features.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/hwcap.h
arch/arm/kernel/setup.c
arch/arm/vfp/vfpmodule.c