All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Gifford <maillist@jg555.com>
To: sparclinux@vger.kernel.org
Subject: Re: Build Issue - Sparc64
Date: Wed, 18 Jan 2006 23:02:51 +0000	[thread overview]
Message-ID: <43CEC91B.6010607@jg555.com> (raw)
In-Reply-To: <43C6A8A3.9090100@jg555.com>

I'll try the other patch and also, we ran into this on the build also, 
said we were missing symbol verify_compat_iovec, so I CONFIG_COMPAT that 
one also.

diff -Naur linux-2.6.15.orig/arch/sparc64/kernel/sparc64_ksyms.c linux-2.6.15/arch/sparc64/kernel/sparc64_ksyms.c
--- linux-2.6.15.orig/arch/sparc64/kernel/sparc64_ksyms.c	2006-01-03 03:21:10.000000000 +0000
+++ linux-2.6.15/arch/sparc64/kernel/sparc64_ksyms.c	2006-01-13 19:28:44.000000000 +0000
@@ -239,7 +239,9 @@
 
 /* Solaris/SunOS binary compatibility */
 EXPORT_SYMBOL(_sigpause_common);
+#ifdef CONFIG_COMPAT
 EXPORT_SYMBOL(verify_compat_iovec);
+#endif
 
 EXPORT_SYMBOL(dump_thread);
 EXPORT_SYMBOL(dump_fpu);



-- 
----
Jim Gifford
maillist@jg555.com


  parent reply	other threads:[~2006-01-18 23:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-12 19:06 Build Issue - Sparc64 Jim Gifford
2006-01-12 21:30 ` Jim Gifford
2006-01-12 21:32 ` Jim Gifford
2006-01-18 22:58 ` David S. Miller
2006-01-18 23:02 ` Jim Gifford [this message]
2006-01-18 23:04 ` David S. Miller
2006-01-19  0:32 ` Jim Gifford
2006-01-19  0:38 ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43CEC91B.6010607@jg555.com \
    --to=maillist@jg555.com \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.