* [PATCH][2.5.2-pre9] fix ramdisk compile failure
@ 2002-01-07 22:51 Rudmer van Dijk
0 siblings, 0 replies; only message in thread
From: Rudmer van Dijk @ 2002-01-07 22:51 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-01-07 22:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-07 22:51 [PATCH][2.5.2-pre9] fix ramdisk compile failure Rudmer van Dijk
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.