]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
Update PowerPC AT_HWCAP2 definition
authorLijun Pan <ljp@linux.ibm.com>
Fri, 24 Jul 2020 04:58:40 +0000 (23:58 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 12 Aug 2020 03:16:27 +0000 (13:16 +1000)
Add PPC2_FEATURE2_ARCH_3_10 to the PowerPC AT_HWCAP2 definitions.

Signed-off-by: Lijun Pan <ljp@linux.ibm.com>
Message-Id: <20200724045845.89976-2-ljp@linux.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
include/elf.h

index 5b06b55f282fa3c59b0c5c5b74ad518b1aa767e2..c117a4d1ab05d8b296c5c287497660e4dbdfe352 100644 (file)
@@ -558,6 +558,7 @@ typedef struct {
 #define PPC_FEATURE2_HTM_NOSC           0x01000000
 #define PPC_FEATURE2_ARCH_3_00          0x00800000
 #define PPC_FEATURE2_HAS_IEEE128        0x00400000
+#define PPC_FEATURE2_ARCH_3_10          0x00040000
 
 /* Bits present in AT_HWCAP for Sparc.  */