mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Jim Gifford <maillist@jg555.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Build issue current MIPS - RaQ2
Date: Sat, 19 Mar 2005 22:30:44 -0800	[thread overview]
Message-ID: <20050319223044.616935f1.akpm@osdl.org> (raw)
In-Reply-To: <423C7AB5.2010200@jg555.com>

Jim Gifford <maillist@jg555.com> wrote:
>
>  I have not been able to build kernels since 2.6.9 on my RaQ2 for some 
>  time. I have tried the linux-mips.org port and the current 2.6.11.5 
>  release. I keep getting the same error.
> 
>    Building modules, stage 2.
>    MODPOST
>  *** Warning: "pci_iounmap" [drivers/net/tulip/tulip.ko] undefined!
>  *** Warning: "pci_iomap" [drivers/net/tulip/tulip.ko] undefined!

Does this fix it?

--- 25/arch/mips/lib/Makefile~mips-linkage-fix	2005-03-19 22:29:34.000000000 -0800
+++ 25-akpm/arch/mips/lib/Makefile	2005-03-19 22:30:07.000000000 -0800
@@ -2,7 +2,9 @@
 # Makefile for MIPS-specific library files..
 #
 
-lib-y	+= csum_partial_copy.o dec_and_lock.o iomap.o memcpy.o promlib.o \
+lib-y	+= csum_partial_copy.o dec_and_lock.o memcpy.o promlib.o \
 	   strlen_user.o strncpy_user.o strnlen_user.o
 
+obj-y	+= iomap.o
+
 EXTRA_AFLAGS := $(CFLAGS)
_


      parent reply	other threads:[~2005-03-20  6:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-19 19:17 Jim Gifford
2005-03-20  6:27 ` Patch for iomap on MIPS was " Jim Gifford
2005-03-20  6:30 ` Andrew Morton [this message]

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=20050319223044.616935f1.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maillist@jg555.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®