All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.1-pre6 (blk.h)
@ 2001-12-07 22:27 Nicolas Vollmar
  0 siblings, 0 replies; only message in thread
From: Nicolas Vollmar @ 2001-12-07 22:27 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

The Patch 2.5.1-pre6 removed some declarations in include/linux/blk.h who
are needed by arch/i386/kernel/setup.c<br>

diff -u -r -N linux/include/linux/blk.h linux-2.5.1-pre6/include/linux/blk.h
--- linux/include/linux/blk.h   Fri Dec  7 23:07:22 2001
+++ linux-2.5.1-pre6/include/linux/blk.h        Fri Dec  7 23:03:40 2001
@@ -15,6 +15,10 @@
 extern void set_device_ro(kdev_t dev,int flag);
 extern void add_blkdev_randomness(int major);

+extern int rd_doload;          /* 1 = load ramdisk, 0 = don't load */
+extern int rd_prompt;          /* 1 = prompt for ramdisk, 0 = don't prompt */
+extern int rd_image_start;     /* starting block # of image */
+
 #ifdef CONFIG_BLK_DEV_INITRD

 #define INITRD_MINOR 250 /* shouldn't collide with /dev/ram* too soon ... */

Nicolas

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-07 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-07 22:27 [PATCH] 2.5.1-pre6 (blk.h) Nicolas Vollmar

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.