blob: 5038dc8ea9357b1a428f16d3e66786e8956fce60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/util/macros.h.orig 2022-01-16 11:28:56 UTC
+++ src/util/macros.h
@@ -478,6 +478,6 @@ typedef int lock_cap_t;
#endif
/* TODO: this could be different on non-x86 architectures. */
-#define CACHE_LINE_SIZE 64
+#define MESA_CACHE_LINE_SIZE 64
#endif /* UTIL_MACROS_H */
|