cache: kill the unused cache related patch
authorJohnlay Park <jonglae.park@samsung.com>
Mon, 22 Jan 2018 12:41:36 +0000 (21:41 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:30:27 +0000 (17:30 +0900)
Change-Id: I858260c9963c0c1b17137a9c1471925851d5eb66
Signed-off-by: Johnlay Park <jonglae.park@samsung.com>
arch/arm64/kernel/smp.c

index a4cfd62153acf61212e73c70262e08c5addf7782..20705f5090e2bd43721091a95fff0b7e45d37ce4 100644 (file)
@@ -1052,14 +1052,3 @@ bool cpus_are_stuck_in_kernel(void)
 
        return !!cpus_stuck_in_kernel || smp_spin_tables;
 }
-
-static void flush_all_cpu_cache(void *info)
-{
-       flush_cache_louis();
-}
-
-static void flush_all_cluster_cache(void *info)
-{
-       flush_cache_all();
-}
-