https://bugs.freedesktop.org/show_bug.cgi?id=87913

--- Comment #2 from Leonid Shatz <leonid.sh...@ravellosystems.com> ---
Sorry, the correct code would be something like:

   if (regs[0] >= 0x80000006) {
        cpuid(0x80000006, regs2);
+       if ((regs2[2] & 0xFF) > 0)
            util_cpu_caps.cacheline = regs2[2] & 0xFF;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to