From: "Hyok S. Choi" <hyok.choi@samsung.com>
To: linux-arm-kernel@lists.arm.linux.org.uk,
Linux-Kernel List <linux-kernel@vger.kernel.org>
Subject: drivers/block/rd.c rd_size reference problem of ARM
Date: Sat, 07 May 2005 17:12:48 +0900 [thread overview]
Message-ID: <0IG400GKZ1K24Y@mmp2.samsung.com> (raw)
the variable "rd_size" of drivers/block/rd.c is changed to be "static" in
2.6.12-rc3-mm3.
it causes compilation error to ARM architecture because of the reference of
that.
I blocked the reference as below, for compilation, but need to refine.
==================
diff -Naur linux-2.6.12-rc3-mm3/arch/arm/kernel/setup.c
linux-2.6.12-rc3-mm3-hsc0/arch/arm/kernel/setup.c
--- linux-2.6.12-rc3-mm3/arch/arm/kernel/setup.c 2005-05-06
09:53:10.000000000 +0900
+++ linux-2.6.12-rc3-mm3-hsc0/arch/arm/kernel/setup.c 2005-05-06
20:25:46.000000000 +0900
@@ -429,9 +465,13 @@
rd_prompt = prompt;
rd_doload = doload;
+ /* FIXME: rd_size became 'static'. (drivers/block/rd.c) */
+#if 0
if (rd_sz)
rd_size = rd_sz;
#endif
+
+#endif
}
static void __init
---
Hyok S. Choi
[Linux 2.6 for MMU-less ARM Project] http://opensrc.sec.samsung.com/
next reply other threads:[~2005-05-07 8:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-07 8:12 Hyok S. Choi [this message]
2005-05-07 8:40 ` Russell King
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=0IG400GKZ1K24Y@mmp2.samsung.com \
--to=hyok.choi@samsung.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome