diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-19 02:52:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-19 02:52:20 -0400 |
commit | 14c011deb4cb906d72b6b2b6880e21c3cc110fcc (patch) | |
tree | cc4219582d4164f18419b4fefb87a64d43c4383d /arch/sh | |
parent | eca28e3764e301fad662743d1e8ba7296cc6a109 (diff) |
sh: Fix up cacheflush routine symbol exports.
Fixes up flush_dcache_page() references by modules with run-time cache
disabling.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index 86c270428357..8663c7a49ac7 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c | |||
@@ -94,13 +94,10 @@ DECLARE_EXPORT(__udivsi3_i4); | |||
94 | DECLARE_EXPORT(__sdivsi3_i4i); | 94 | DECLARE_EXPORT(__sdivsi3_i4i); |
95 | DECLARE_EXPORT(__udivsi3_i4i); | 95 | DECLARE_EXPORT(__udivsi3_i4i); |
96 | 96 | ||
97 | #if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \ | ||
98 | defined(CONFIG_SH7705_CACHE_32KB)) | ||
99 | /* needed by some modules */ | 97 | /* needed by some modules */ |
100 | EXPORT_SYMBOL(flush_cache_all); | 98 | EXPORT_SYMBOL(flush_cache_all); |
101 | EXPORT_SYMBOL(flush_cache_range); | 99 | EXPORT_SYMBOL(flush_cache_range); |
102 | EXPORT_SYMBOL(flush_dcache_page); | 100 | EXPORT_SYMBOL(flush_dcache_page); |
103 | #endif | ||
104 | 101 | ||
105 | #ifdef CONFIG_MCOUNT | 102 | #ifdef CONFIG_MCOUNT |
106 | DECLARE_EXPORT(mcount); | 103 | DECLARE_EXPORT(mcount); |