From: Paul Jackson <pj@sgi.com>
To: Andrew Morton <akpm@osdl.org>
Cc: sparclinux@vger.kernel.org, Paul Jackson <pj@sgi.com>,
linux-kernel@vger.kernel.org, wli@holomorphy.com
Subject: [PATCH] sparc32 block needed in final image link build fix
Date: Fri, 9 Dec 2005 03:51:26 -0800 (PST) [thread overview]
Message-ID: <20051209115126.3286.25224.sendpatchset@jackhammer.engr.sgi.com> (raw)
With this fix, sparc links vmlinuz again using crosstool.
Without this fix, the final link fails missing several dozen
dozen symbols, beginning with:
kernel/built-in.o(.text+0x6fd0): In function `do_exit':
: undefined reference to `exit_io_context'
(exit_io_context is defined in block/ll_rw_blk.c).
No further testing whatsoever was done after the link succeeded.
Signed-off-by: Paul Jackson <pj@sgi.com>
---
arch/sparc/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- 2.6.15-rc3-mm1.orig/arch/sparc/Makefile 2005-12-04 01:42:16.842337555 -0800
+++ 2.6.15-rc3-mm1/arch/sparc/Makefile 2005-12-09 03:38:53.226046309 -0800
@@ -34,7 +34,7 @@ libs-y += arch/sparc/prom/ arch/sparc/li
# Renaming is done to avoid confusing pattern matching rules in 2.5.45 (multy-)
INIT_Y := $(patsubst %/, %/built-in.o, $(init-y))
CORE_Y := $(core-y)
-CORE_Y += kernel/ mm/ fs/ ipc/ security/ crypto/
+CORE_Y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
CORE_Y := $(patsubst %/, %/built-in.o, $(CORE_Y))
DRIVERS_Y := $(patsubst %/, %/built-in.o, $(drivers-y))
NET_Y := $(patsubst %/, %/built-in.o, $(net-y))
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
reply other threads:[~2005-12-09 11:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20051209115126.3286.25224.sendpatchset@jackhammer.engr.sgi.com \
--to=pj@sgi.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sparclinux@vger.kernel.org \
--cc=wli@holomorphy.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
Powered by JetHome