Skip to content

Commit

Permalink
powerpc: Add HWCAP bits for Power9
Browse files Browse the repository at this point in the history
In order to support Power9 we need two new HWCAP bits. We are merging
these ahead of the cputable entry so that glibc can start referring to
them.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Michael Ellerman committed Jan 11, 2016
1 parent 08f48f3 commit e708c24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/include/uapi/asm/cputable.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
#define PPC_FEATURE2_TAR 0x04000000
#define PPC_FEATURE2_VEC_CRYPTO 0x02000000
#define PPC_FEATURE2_HTM_NOSC 0x01000000
#define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.00 */
#define PPC_FEATURE2_HAS_IEEE128 0x00400000 /* VSX IEEE Binary Float 128-bit */

#endif /* _UAPI__ASM_POWERPC_CPUTABLE_H */

0 comments on commit e708c24

Please sign in to comment.