From 17d46893fdbf6423d34eb09be59be5aebe2cee53 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Fri, 21 Oct 2022 03:15:02 +0800 Subject: [PATCH] util: Remove non used UTIL_MAX_L3_CACHES in u_thread.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yonggang Luo Reviewed-by: Marek Olšák Reviewed-by: Jesse Natalie Part-of: --- src/util/u_thread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/u_thread.h b/src/util/u_thread.h index 7c532bca22c..841fa9bc868 100644 --- a/src/util/u_thread.h +++ b/src/util/u_thread.h @@ -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