commit | d842e43e1d538d535c08b27a71e4912641121924 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Mar 07 10:21:59 2019 -0800 |
committer | Christopher Ferris <cferris@google.com> | Thu Mar 07 11:19:22 2019 -0800 |
tree | baf4623c943ffdef001d732788c1d3d753716a2a | |
parent | ff16c0b89b7297bc70353f60afac9bb93d6b0087 [diff] [blame] |
Update to v5.0 kernel headers. Test: Builds and boots on taimen. Change-Id: I13843bf1ab30ea89a50852adc88f2cba8401bded
diff --git a/libc/kernel/uapi/asm-arm64/asm/hwcap.h b/libc/kernel/uapi/asm-arm64/asm/hwcap.h index 8f50b1d..44853a4 100644 --- a/libc/kernel/uapi/asm-arm64/asm/hwcap.h +++ b/libc/kernel/uapi/asm-arm64/asm/hwcap.h
@@ -47,4 +47,7 @@ #define HWCAP_ILRCPC (1 << 26) #define HWCAP_FLAGM (1 << 27) #define HWCAP_SSBS (1 << 28) +#define HWCAP_SB (1 << 29) +#define HWCAP_PACA (1 << 30) +#define HWCAP_PACG (1UL << 31) #endif