diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 548e4285b375..e1a6de9088b5 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
@@ -106,7 +106,6 @@ DECLARE_EXPORT(__movmem); | |||
106 | DECLARE_EXPORT(__movstr); | 106 | DECLARE_EXPORT(__movstr); |
107 | #endif | 107 | #endif |
108 | 108 | ||
109 | #ifdef CONFIG_CPU_SH4 | ||
110 | #if __GNUC__ == 4 | 109 | #if __GNUC__ == 4 |
111 | DECLARE_EXPORT(__movmem_i4_even); | 110 | DECLARE_EXPORT(__movmem_i4_even); |
112 | DECLARE_EXPORT(__movmem_i4_odd); | 111 | DECLARE_EXPORT(__movmem_i4_odd); |
@@ -126,7 +125,6 @@ DECLARE_EXPORT(__movstr_i4_even); | |||
126 | DECLARE_EXPORT(__movstr_i4_odd); | 125 | DECLARE_EXPORT(__movstr_i4_odd); |
127 | DECLARE_EXPORT(__movstrSI12_i4); | 126 | DECLARE_EXPORT(__movstrSI12_i4); |
128 | #endif /* __GNUC__ == 4 */ | 127 | #endif /* __GNUC__ == 4 */ |
129 | #endif | ||
130 | 128 | ||
131 | #if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \ | 129 | #if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \ |
132 | defined(CONFIG_SH7705_CACHE_32KB)) | 130 | defined(CONFIG_SH7705_CACHE_32KB)) |