Merge branch 'remove-intel-dri1'
[mesa.git] / src / gallium / drivers / cell / spu / spu_dcache.c
index 167404cdc54b05c24aacb1d40177583e6abc0dbe..a6d67634fd8182274c328fbaf1a1113579666920 100644 (file)
@@ -36,7 +36,9 @@
 #define CACHE_SET_TAGID(set)  (((set) & 0x03) + TAG_DCACHE0)
 #define CACHE_LOG2NNWAY       2
 #define CACHE_LOG2NSETS       6
-/*#define CACHE_STATS           1*/
+#ifdef DEBUG
+#define CACHE_STATS           1
+#endif
 #include <cache-api.h>
 
 /* Yes folks, this is ugly.