diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 21:51:35 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 21:51:35 -0400 |
commit | 0a993b0a290a2672500000b0ce811efc093f8467 (patch) | |
tree | e0132b1f4596b7f0d0752b7306e95e6730f135bb /arch/sh/kernel | |
parent | 478fb158005b55c8484f23a6beb1b69f5a612162 (diff) |
sh64: cache flush symbol exports.
These were previously hidden in sh_ksyms_32, despite also being needed
for sh64 now that the cache.c code is shared.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index 509830da6f30..396e47d076fe 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c | |||
@@ -108,11 +108,6 @@ DECLARE_EXPORT(__udivsi3_i4); | |||
108 | DECLARE_EXPORT(__sdivsi3_i4i); | 108 | DECLARE_EXPORT(__sdivsi3_i4i); |
109 | DECLARE_EXPORT(__udivsi3_i4i); | 109 | DECLARE_EXPORT(__udivsi3_i4i); |
110 | 110 | ||
111 | /* needed by some modules */ | ||
112 | EXPORT_SYMBOL(flush_cache_all); | ||
113 | EXPORT_SYMBOL(flush_cache_range); | ||
114 | EXPORT_SYMBOL(flush_dcache_page); | ||
115 | |||
116 | #ifdef CONFIG_MCOUNT | 111 | #ifdef CONFIG_MCOUNT |
117 | DECLARE_EXPORT(mcount); | 112 | DECLARE_EXPORT(mcount); |
118 | #endif | 113 | #endif |
@@ -125,9 +120,3 @@ EXPORT_SYMBOL(copy_page); | |||
125 | EXPORT_SYMBOL(__clear_user); | 120 | EXPORT_SYMBOL(__clear_user); |
126 | EXPORT_SYMBOL(_ebss); | 121 | EXPORT_SYMBOL(_ebss); |
127 | EXPORT_SYMBOL(empty_zero_page); | 122 | EXPORT_SYMBOL(empty_zero_page); |
128 | |||
129 | #ifndef CONFIG_CACHE_OFF | ||
130 | EXPORT_SYMBOL(__flush_purge_region); | ||
131 | EXPORT_SYMBOL(__flush_wback_region); | ||
132 | EXPORT_SYMBOL(__flush_invalidate_region); | ||
133 | #endif | ||