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 <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12530>
This commit is contained in:
Alyssa Rosenzweig
2021-08-24 14:40:24 -04:00
committed by Marge Bot
parent 6e05f68924
commit 8f25a606b4
@@ -26,7 +26,6 @@
#define __BUILDER_H__
#define _LARGEFILE64_SOURCE 1
#define CACHE_LINE_SIZE 1024 /* TODO */
#include <sys/mman.h>
#include <assert.h>
#include "pan_resource.h"