diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2006-09-27 04:25:07 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:25:07 -0400 |
commit | a2d1a5fae6296c2a3ac1aaa982c95464c46c0585 (patch) | |
tree | fa704906d368f6ab0f03b164d5071992a4029a9a /arch/sh/kernel/sh_ksyms.c | |
parent | 0b8929354cdeddb17e81bfda903812c9adfd0b67 (diff) |
sh: __addr_ok() and other misc nommu fixups.
A few more outstanding nommu fixups..
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms.c')
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 7f3a42244cab..bf59d73415d7 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
@@ -79,20 +79,18 @@ EXPORT_SYMBOL(strcpy); | |||
79 | DECLARE_EXPORT(__movstr_i4_even); | 79 | DECLARE_EXPORT(__movstr_i4_even); |
80 | DECLARE_EXPORT(__movstr_i4_odd); | 80 | DECLARE_EXPORT(__movstr_i4_odd); |
81 | DECLARE_EXPORT(__movstrSI12_i4); | 81 | DECLARE_EXPORT(__movstrSI12_i4); |
82 | #endif | ||
82 | 83 | ||
84 | #if defined(CONFIG_CPU_SH4) || defined(CONFIG_SH7705_CACHE_32KB) | ||
83 | /* needed by some modules */ | 85 | /* needed by some modules */ |
84 | EXPORT_SYMBOL(flush_cache_all); | 86 | EXPORT_SYMBOL(flush_cache_all); |
85 | EXPORT_SYMBOL(flush_cache_range); | 87 | EXPORT_SYMBOL(flush_cache_range); |
86 | EXPORT_SYMBOL(flush_dcache_page); | 88 | EXPORT_SYMBOL(flush_dcache_page); |
87 | EXPORT_SYMBOL(__flush_purge_region); | 89 | EXPORT_SYMBOL(__flush_purge_region); |
88 | EXPORT_SYMBOL(clear_user_page); | ||
89 | #endif | 90 | #endif |
90 | 91 | ||
91 | #if defined(CONFIG_SH7705_CACHE_32KB) | 92 | #ifdef CONFIG_MMU |
92 | EXPORT_SYMBOL(flush_cache_all); | 93 | EXPORT_SYMBOL(clear_user_page); |
93 | EXPORT_SYMBOL(flush_cache_range); | ||
94 | EXPORT_SYMBOL(flush_dcache_page); | ||
95 | EXPORT_SYMBOL(__flush_purge_region); | ||
96 | #endif | 94 | #endif |
97 | 95 | ||
98 | EXPORT_SYMBOL(flush_tlb_page); | 96 | EXPORT_SYMBOL(flush_tlb_page); |