Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Export __{s,u}divsi3_i4i on all CPUs.

Currently these are only being exported for CONFIG_CPU_SH4. This
invariably breaks when building for an SH-3 that includes multiple
targets in multilib.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

-2
-2
arch/sh/kernel/sh_ksyms.c
··· 106 106 DECLARE_EXPORT(__movstr); 107 107 #endif 108 108 109 - #ifdef CONFIG_CPU_SH4 110 109 #if __GNUC__ == 4 111 110 DECLARE_EXPORT(__movmem_i4_even); 112 111 DECLARE_EXPORT(__movmem_i4_odd); ··· 125 126 DECLARE_EXPORT(__movstr_i4_odd); 126 127 DECLARE_EXPORT(__movstrSI12_i4); 127 128 #endif /* __GNUC__ == 4 */ 128 - #endif 129 129 130 130 #if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \ 131 131 defined(CONFIG_SH7705_CACHE_32KB))