From 8f25a606b454659906a09bceff242279b7a5bde4 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 24 Aug 2021 14:40:24 -0400 Subject: [PATCH] panfrost: Remove CACHE_LINE_SIZE #define Not only is it unused, it's totally wrong. Not even a little right. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/gallium/drivers/panfrost/pan_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 3109bc68858..02c44cb794c 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -26,7 +26,6 @@ #define __BUILDER_H__ #define _LARGEFILE64_SOURCE 1 -#define CACHE_LINE_SIZE 1024 /* TODO */ #include #include #include "pan_resource.h"