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:
51de2f1
)
arch/score/mm/cache.c: Export 'flush_icache_range'
author
Chen Gang
<gang.chen.5i5j@gmail.com>
Wed, 9 Jul 2014 08:56:36 +0000
(16:56 +0800)
committer
Lennox Wu
<lennox.wu@gmail.com>
Sat, 4 Oct 2014 17:18:17 +0000
(
01:18
+0800)
The related error (with allmodconfig under score):
MODPOST 1365 modules
ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined!
Acked-by: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
arch/score/mm/cache.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/score/mm/cache.c
b/arch/score/mm/cache.c
index be9104159c41578caffc85cd0597d157c07207c5..b4bcfd3e8393e3a1331e9e075a03572ce6fe7e4d 100644
(file)
--- a/
arch/score/mm/cache.c
+++ b/
arch/score/mm/cache.c
@@
-278,3
+278,4
@@
void flush_icache_range(unsigned long start, unsigned long end)
start += L1_CACHE_BYTES;
}
}
+EXPORT_SYMBOL(flush_icache_range);