blob: a67d3f974320b003494e488f77f27baf8187b308 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gallium/include/pipe/p_compiler.h.orig 2022-01-16 11:29:08 UTC
+++ src/gallium/include/pipe/p_compiler.h
@@ -170,7 +170,7 @@ typedef unsigned char boolean;
* aligned, but we only want to align the field.
*/
#define EXCLUSIVE_CACHELINE(decl) \
- union { char __cl_space[CACHE_LINE_SIZE]; \
+ union { char __cl_space[MESA_CACHE_LINE_SIZE]; \
decl; }
#if defined(__GNUC__)
|