diff options
| author | Lijun Pan | 2020-07-24 06:58:40 +0200 |
|---|---|---|
| committer | David Gibson | 2020-08-12 05:16:27 +0200 |
| commit | de55d3b3815430c27b2e8fe36f85d8e3f2026c95 (patch) | |
| tree | 9ebdf090774299973238456adb54d6a1d347eebb /include | |
| parent | ppc/xive: Fix some typos in comments (diff) | |
| download | qemu-de55d3b3815430c27b2e8fe36f85d8e3f2026c95.tar.gz qemu-de55d3b3815430c27b2e8fe36f85d8e3f2026c95.tar.xz qemu-de55d3b3815430c27b2e8fe36f85d8e3f2026c95.zip | |
Update PowerPC AT_HWCAP2 definition
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 5b06b55f28..c117a4d1ab 100644 --- a/include/elf.h +++ b/include/elf.h @@ -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. */ |
