diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-21 06:45:08 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-21 06:45:08 -0400 |
commit | 2bba37e64a0803e2a5d0751f4bdbf2b13d1dd0d7 (patch) | |
tree | 009459c87f3d1789d9f1070e008e3e63d7749094 /arch/sh | |
parent | c9306f0efbfbe65a6e9212082f1d1fc19fdc3094 (diff) |
sh: Export cache flush routines needed by sh_eth on SH7619.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index d917b7b4042b..d366a7443720 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c | |||
@@ -126,7 +126,6 @@ DECLARE_EXPORT(__movstrSI12_i4); | |||
126 | EXPORT_SYMBOL(flush_cache_all); | 126 | EXPORT_SYMBOL(flush_cache_all); |
127 | EXPORT_SYMBOL(flush_cache_range); | 127 | EXPORT_SYMBOL(flush_cache_range); |
128 | EXPORT_SYMBOL(flush_dcache_page); | 128 | EXPORT_SYMBOL(flush_dcache_page); |
129 | EXPORT_SYMBOL(__flush_purge_region); | ||
130 | #endif | 129 | #endif |
131 | 130 | ||
132 | #if !defined(CONFIG_CACHE_OFF) && defined(CONFIG_MMU) && \ | 131 | #if !defined(CONFIG_CACHE_OFF) && defined(CONFIG_MMU) && \ |
@@ -147,3 +146,9 @@ EXPORT_SYMBOL(copy_page); | |||
147 | EXPORT_SYMBOL(__clear_user); | 146 | EXPORT_SYMBOL(__clear_user); |
148 | EXPORT_SYMBOL(_ebss); | 147 | EXPORT_SYMBOL(_ebss); |
149 | EXPORT_SYMBOL(empty_zero_page); | 148 | EXPORT_SYMBOL(empty_zero_page); |
149 | |||
150 | #ifndef CONFIG_CACHE_OFF | ||
151 | EXPORT_SYMBOL(__flush_purge_region); | ||
152 | EXPORT_SYMBOL(__flush_wback_region); | ||
153 | EXPORT_SYMBOL(__flush_invalidate_region); | ||
154 | #endif | ||