* [PATCH] sh: Build fix: define more __movmem* symbols
@ 2009-10-22 11:58 Lubomir Rintel
2009-10-26 1:01 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Lubomir Rintel @ 2009-10-22 11:58 UTC (permalink / raw)
To: linux-sh; +Cc: Paul Mundt, linux-kernel, Lubomir Rintel
ERROR: "__movmemSI12" [net/unix/unix.ko] undefined!
ERROR: "__movmemSI52" [net/ipv6/sit.ko] undefined!
ERROR: "__movmemSI24" [net/ipv6/ipv6.ko] undefined!
ERROR: "__movmemSI60" [net/ipv6/ipv6.ko] undefined!
ERROR: "__movmemSI16" [net/ipv6/ipv6.ko] undefined!
ERROR: "__movmemSI20" [net/ipv6/ipv6.ko] undefined!
ERROR: "__movmemSI32" [net/ipv6/ipv6.ko] undefined!
---
arch/sh/kernel/sh_ksyms_32.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c
index 86c2704..444cce3 100644
--- a/arch/sh/kernel/sh_ksyms_32.c
+++ b/arch/sh/kernel/sh_ksyms_32.c
@@ -85,6 +85,20 @@ DECLARE_EXPORT(__movstr_i4_even);
DECLARE_EXPORT(__movstr_i4_odd);
DECLARE_EXPORT(__movstrSI12_i4);
DECLARE_EXPORT(__movmem);
+DECLARE_EXPORT(__movmemSI8);
+DECLARE_EXPORT(__movmemSI12);
+DECLARE_EXPORT(__movmemSI16);
+DECLARE_EXPORT(__movmemSI20);
+DECLARE_EXPORT(__movmemSI24);
+DECLARE_EXPORT(__movmemSI28);
+DECLARE_EXPORT(__movmemSI32);
+DECLARE_EXPORT(__movmemSI36);
+DECLARE_EXPORT(__movmemSI40);
+DECLARE_EXPORT(__movmemSI44);
+DECLARE_EXPORT(__movmemSI48);
+DECLARE_EXPORT(__movmemSI52);
+DECLARE_EXPORT(__movmemSI56);
+DECLARE_EXPORT(__movmemSI60);
DECLARE_EXPORT(__movmem_i4_even);
DECLARE_EXPORT(__movmem_i4_odd);
DECLARE_EXPORT(__movmemSI12_i4);
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: Build fix: define more __movmem* symbols
2009-10-22 11:58 [PATCH] sh: Build fix: define more __movmem* symbols Lubomir Rintel
@ 2009-10-26 1:01 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-10-26 1:01 UTC (permalink / raw)
To: Lubomir Rintel; +Cc: linux-sh, linux-kernel
On Thu, Oct 22, 2009 at 01:58:37PM +0200, Lubomir Rintel wrote:
> ERROR: "__movmemSI12" [net/unix/unix.ko] undefined!
> ERROR: "__movmemSI52" [net/ipv6/sit.ko] undefined!
> ERROR: "__movmemSI24" [net/ipv6/ipv6.ko] undefined!
> ERROR: "__movmemSI60" [net/ipv6/ipv6.ko] undefined!
> ERROR: "__movmemSI16" [net/ipv6/ipv6.ko] undefined!
> ERROR: "__movmemSI20" [net/ipv6/ipv6.ko] undefined!
> ERROR: "__movmemSI32" [net/ipv6/ipv6.ko] undefined!
> ---
> arch/sh/kernel/sh_ksyms_32.c | 14 ++++++++++++++
> 1 files changed, 14 insertions(+), 0 deletions(-)
>
Applied to the 2.6.32 queue, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-26 1:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 11:58 [PATCH] sh: Build fix: define more __movmem* symbols Lubomir Rintel
2009-10-26 1:01 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox