projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b1e07
)
cache: kill the unused cache related patch
author
Johnlay Park
<jonglae.park@samsung.com>
Mon, 22 Jan 2018 12:41:36 +0000
(21:41 +0900)
committer
Chungwoo 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/kernel/smp.c
b/arch/arm64/kernel/smp.c
index a4cfd62153acf61212e73c70262e08c5addf7782..20705f5090e2bd43721091a95fff0b7e45d37ce4 100644
(file)
--- a/
arch/arm64/kernel/smp.c
+++ b/
arch/arm64/kernel/smp.c
@@
-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();
-}
-