util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / util / u_cpu_detect.h
index 19f5567ca7ba107460967c810244c8ccb0768bb5..efc910d147304fc5e678c4e376abfce5eccf4ee2 100644 (file)
@@ -51,6 +51,7 @@ struct util_cpu_caps {
    /* Feature flags */
    int x86_cpu_type;
    unsigned cacheline;
+   unsigned cores_per_L3;
 
    unsigned has_intel:1;
    unsigned has_tsc:1;