From: Paul Mundt Date: Mon, 19 Oct 2009 06:52:20 +0000 (+0900) Subject: sh: Fix up cacheflush routine symbol exports. X-Git-Tag: upstream/snapshot3+hdmi~16124^2~62^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14c011deb4cb906d72b6b2b6880e21c3cc110fcc;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index 86c2704..8663c7a 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); DECLARE_EXPORT(__sdivsi3_i4i); DECLARE_EXPORT(__udivsi3_i4i); -#if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \ - defined(CONFIG_SH7705_CACHE_32KB)) /* needed by some modules */ EXPORT_SYMBOL(flush_cache_all); EXPORT_SYMBOL(flush_cache_range); EXPORT_SYMBOL(flush_dcache_page); -#endif #ifdef CONFIG_MCOUNT DECLARE_EXPORT(mcount);