From: "Rudmer van Dijk" <rudmer@linuxmail.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH][2.5.2-pre9] fix ramdisk compile failure
Date: Tue, 08 Jan 2002 06:51:38 +0800 [thread overview]
Message-ID: <20020107225138.29601.qmail@linuxmail.org> (raw)
Hi,
for some time I was not able to compile a kernel with ramdisk support but with the following patch it works again!
rudmer
diff -u arch/i386/kernel/setup.c~ arch/i386/kernel/setup.c
--- arch/i386/kernel/setup.c~ Mon Jan 7 21:47:51 2002
+++ arch/i386/kernel/setup.c Mon Jan 7 23:38:45 2002
@@ -661,6 +661,9 @@
unsigned long bootmap_size, low_mem_size;
unsigned long start_pfn, max_low_pfn;
int i;
+#ifdef CONFIG_BLK_DEV_RAM
+ extern int rd_size, rd_image_start, rd_prompt, rd_doload;
+#endif
#ifdef CONFIG_VISWS
visws_get_board_type_and_rev();
--
Get your free email from www.linuxmail.org
Powered by Outblaze
reply other threads:[~2002-01-07 22:52 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=20020107225138.29601.qmail@linuxmail.org \
--to=rudmer@linuxmail.org \
--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 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.