Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 623884
Collapse All | Expand All

(-)a/sysdeps/x86/cacheinfo.c (-1 / +3 lines)
Lines 259-265 intel_check_word (int name, unsigned int value, bool *has_level_2, Link Here
259
static long int __attribute__ ((noinline))
259
static long int __attribute__ ((noinline))
260
handle_intel (int name, unsigned int maxidx)
260
handle_intel (int name, unsigned int maxidx)
261
{
261
{
262
  assert (maxidx >= 2);
262
  /* Return -1 for older CPUs.  */
263
  if (maxidx < 2)
264
    return -1;
263
265
264
  /* OK, we can use the CPUID instruction to get all info about the
266
  /* OK, we can use the CPUID instruction to get all info about the
265
     caches.  */
267
     caches.  */

Return to bug 623884