diff options
author | caiyinyu <caiyinyu@loongson.cn> | 2023-10-23 15:53:38 +0800 |
---|---|---|
committer | caiyinyu <caiyinyu@loongson.cn> | 2023-10-26 17:23:47 +0800 |
commit | 83c081f73e996479e752cd7041b613aec8b0d23c (patch) | |
tree | f604e397def0c35b9a5890edf9e76c320c3834b9 /sysdeps/unix/sysv | |
parent | 83e9576d415c85faf9b2aaa9d2c9c41c85f08b69 (diff) | |
download | glibc-83c081f73e996479e752cd7041b613aec8b0d23c.tar glibc-83c081f73e996479e752cd7041b613aec8b0d23c.tar.gz glibc-83c081f73e996479e752cd7041b613aec8b0d23c.tar.bz2 glibc-83c081f73e996479e752cd7041b613aec8b0d23c.zip |
LoongArch: Update hwcap.h to sync with LoongArch kernel.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h index 5104b69cbc..7acec23d9c 100644 --- a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h @@ -35,3 +35,4 @@ #define HWCAP_LOONGARCH_LBT_X86 (1 << 10) #define HWCAP_LOONGARCH_LBT_ARM (1 << 11) #define HWCAP_LOONGARCH_LBT_MIPS (1 << 12) +#define HWCAP_LOONGARCH_PTW (1 << 13) |