projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9306f0
)
sh: Export cache flush routines needed by sh_eth on SH7619.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 21 Oct 2008 10:45:08 +0000
(19:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 21 Oct 2008 10:45:08 +0000
(19:45 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/sh_ksyms_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/sh_ksyms_32.c
b/arch/sh/kernel/sh_ksyms_32.c
index d917b7b4042bcb81ce8c2a1219e099b95a3feea1..d366a7443720875e7489721dc5765f598f6b2ffe 100644
(file)
--- a/
arch/sh/kernel/sh_ksyms_32.c
+++ b/
arch/sh/kernel/sh_ksyms_32.c
@@
-126,7
+126,6
@@
DECLARE_EXPORT(__movstrSI12_i4);
EXPORT_SYMBOL(flush_cache_all);
EXPORT_SYMBOL(flush_cache_range);
EXPORT_SYMBOL(flush_dcache_page);
-EXPORT_SYMBOL(__flush_purge_region);
#endif
#if !defined(CONFIG_CACHE_OFF) && defined(CONFIG_MMU) && \
@@
-147,3
+146,9
@@
EXPORT_SYMBOL(copy_page);
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(_ebss);
EXPORT_SYMBOL(empty_zero_page);
+
+#ifndef CONFIG_CACHE_OFF
+EXPORT_SYMBOL(__flush_purge_region);
+EXPORT_SYMBOL(__flush_wback_region);
+EXPORT_SYMBOL(__flush_invalidate_region);
+#endif