From ff04dda46d227ea9ccf79b0f1e48636dbb3cc913 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 5 Sep 2012 17:59:16 -0700 Subject: 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. --- sysdeps/sparc/bits/hwcap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/sparc/bits/hwcap.h') diff --git a/sysdeps/sparc/bits/hwcap.h b/sysdeps/sparc/bits/hwcap.h index d922d7b..74ca130 100644 --- a/sysdeps/sparc/bits/hwcap.h +++ b/sysdeps/sparc/bits/hwcap.h @@ -45,3 +45,6 @@ #define HWCAP_SPARC_IMA 0x00400000 #define HWCAP_SPARC_ASI_CACHE_SPARING \ 0x00800000 +#define HWCAP_SPARC_PAUSE 0x01000000 +#define HWCAP_SPARC_CBCOND 0x02000000 +#define HWCAP_SPARC_CRYPTO 0x04000000 -- cgit v1.1