From de42654f1b5b1f2ac1c1e61552a142d00578783d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 8 Feb 2019 21:38:37 +0000 Subject: [PATCH] bankfixed: kill dead stuff --- Kernel/bankfixed.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Kernel/bankfixed.c b/Kernel/bankfixed.c index cbe3a3b0..bafe0652 100644 --- a/Kernel/bankfixed.c +++ b/Kernel/bankfixed.c @@ -35,10 +35,6 @@ #ifdef CONFIG_BANK_FIXED -#ifndef CONFIG_COMMON_COPY -#define flush_cache(p) do {} while(0) -#endif - /* Kernel is 0, apps 1,2,3 etc */ static unsigned char pfree[MAX_MAPS]; static unsigned char pfptr = 0; -- 2.34.1