mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 17:40:26 +01:00
util: Remove non used UTIL_MAX_L3_CACHES in u_thread.h
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19266>
This commit is contained in:
parent
6a9364f4bc
commit
17d46893fd
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@
|
|||
|
||||
/* For util_set_thread_affinity to size the mask. */
|
||||
#define UTIL_MAX_CPUS 1024 /* this should be enough */
|
||||
#define UTIL_MAX_L3_CACHES UTIL_MAX_CPUS
|
||||
|
||||
/* Some highly performance-sensitive thread-local variables like the current GL
|
||||
* context are declared with the initial-exec model on Linux. glibc allocates a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue