diff options
author | David S. Miller <davem@davemloft.net> | 2011-09-01 13:41:27 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-01 13:43:06 -0700 |
commit | 5f4318d102d604e2f80bc97927e2d80f76063639 (patch) | |
tree | 189e956cbde6fde7155f1961f03e8abc548c28ae /sysdeps/sparc/dl-procinfo.h | |
parent | 3ba575169aabc83993759305c0394f58ad1ce3e0 (diff) | |
download | glibc-5f4318d102d604e2f80bc97927e2d80f76063639.zip glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar.gz glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar.bz2 |
Sanitize HWCAP_SPARC_* defines/usage, and add new entries.
Diffstat (limited to 'sysdeps/sparc/dl-procinfo.h')
-rw-r--r-- | sysdeps/sparc/dl-procinfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/sparc/dl-procinfo.h b/sysdeps/sparc/dl-procinfo.h index 04ebda7..1aea458 100644 --- a/sysdeps/sparc/dl-procinfo.h +++ b/sysdeps/sparc/dl-procinfo.h @@ -1,5 +1,5 @@ /* Linux/sparc version of processor capability information handling macros. - Copyright (C) 1999,2000,2001,2002,2003,2004,2006 + Copyright (C) 1999,2000,2001,2002,2003,2004,2006,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999. @@ -23,8 +23,9 @@ #define _DL_PROCINFO_H 1 #include <ldsodefs.h> +#include <sysdep.h> -#define _DL_HWCAP_COUNT 8 +#define _DL_HWCAP_COUNT 24 static inline int __attribute__ ((unused)) |