Bug 107869

Summary: u_thread.h:87:4: error: use of undeclared identifier 'cpu_set_t'
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium CC: brianp, maraeo
Version: gitKeywords: bisected, regression
Hardware: x86-64 (AMD64)   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2018-09-08 18:06:46 UTC
In file included from ../../src/util/u_queue.h:43:
../../src/util/u_thread.h:87:4: error: use of undeclared identifier 'cpu_set_t'
   cpu_set_t cpuset;
   ^

commit 8d473f555a0c3c94cffd18e68a13274488dcfb17
Author: Marek Olšák <marek.olsak@amd.com>
Date:   Wed Sep 5 23:10:57 2018 -0400

    st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)
    
    v2: use set_context_param
    
    Reviewed-by: Brian Paul <brianp@vmware.com>
Comment 1 Marek Olšák 2018-09-10 19:46:35 UTC
Fixed by 9f1bbbdbbd7.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.