public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Build fix: define __movmem
@ 2009-09-30  6:17 Lubomir Rintel
  2009-09-30  6:42 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Lubomir Rintel @ 2009-09-30  6:17 UTC (permalink / raw)
  To: linux-sh; +Cc: Paul Mundt, linux-kernel, Lubomir Rintel

ERROR: "__movmem" [net/irda/irda.ko] undefined!
ERROR: "__movmem" [fs/nfsd/nfsd.ko] undefined!
ERROR: "__movmem" [fs/lockd/lockd.ko] undefined!
ERROR: "__movmem" [crypto/sha1_generic.ko] undefined!
---
 arch/sh/kernel/sh_ksyms_32.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c
index fcc5de3..98b63de 100644
--- a/arch/sh/kernel/sh_ksyms_32.c
+++ b/arch/sh/kernel/sh_ksyms_32.c
@@ -84,6 +84,7 @@ DECLARE_EXPORT(__movstrSI60);
 DECLARE_EXPORT(__movstr_i4_even);
 DECLARE_EXPORT(__movstr_i4_odd);
 DECLARE_EXPORT(__movstrSI12_i4);
+DECLARE_EXPORT(__movmem);
 DECLARE_EXPORT(__movmem_i4_even);
 DECLARE_EXPORT(__movmem_i4_odd);
 DECLARE_EXPORT(__movmemSI12_i4);
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sh: Build fix: define __movmem
  2009-09-30  6:17 [PATCH] sh: Build fix: define __movmem Lubomir Rintel
@ 2009-09-30  6:42 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-09-30  6:42 UTC (permalink / raw)
  To: Lubomir Rintel; +Cc: linux-sh, linux-kernel

On Wed, Sep 30, 2009 at 08:17:34AM +0200, Lubomir Rintel wrote:
> ERROR: "__movmem" [net/irda/irda.ko] undefined!
> ERROR: "__movmem" [fs/nfsd/nfsd.ko] undefined!
> ERROR: "__movmem" [fs/lockd/lockd.ko] undefined!
> ERROR: "__movmem" [crypto/sha1_generic.ko] undefined!
> ---
>  arch/sh/kernel/sh_ksyms_32.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-30  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30  6:17 [PATCH] sh: Build fix: define __movmem Lubomir Rintel
2009-09-30  6:42 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox