diff options
author | David S. Miller <davem@davemloft.net> | 2012-09-05 17:59:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-05 17:59:16 -0700 |
commit | ff04dda46d227ea9ccf79b0f1e48636dbb3cc913 (patch) | |
tree | 84638e285e04f3635a9b28094f5d9f394d87e6b7 /sysdeps/sparc/dl-procinfo.h | |
parent | 430d6ce62a22760f56d5dea0dcccd30413a45fc2 (diff) | |
download | glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.tar glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.tar.gz glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.tar.bz2 glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.zip |
Recognize new sparc hwcap bits.
* sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
* sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
* sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
entries.
Diffstat (limited to 'sysdeps/sparc/dl-procinfo.h')
-rw-r--r-- | sysdeps/sparc/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/dl-procinfo.h b/sysdeps/sparc/dl-procinfo.h index 8ceb830725..6ae8768288 100644 --- a/sysdeps/sparc/dl-procinfo.h +++ b/sysdeps/sparc/dl-procinfo.h @@ -24,7 +24,7 @@ #include <ldsodefs.h> #include <sysdep.h> -#define _DL_HWCAP_COUNT 24 +#define _DL_HWCAP_COUNT 27 static inline int __attribute__ ((unused)) |