[patch] uml: ramdisk config fix

From: Gerd Knorr
Date: Tue Dec 07 2004 - 10:18:36 EST


ObviouslyCorrect[tm] buildfix ;)
Should go into 2.6.10.

Signed-off-by: Gerd Knorr <kraxel@xxxxxxxxxxx>
---
arch/um/Kconfig_block | 4 ++++
1 files changed, 4 insertions(+)

Index: linux-2.6.10-rc3/arch/um/Kconfig_block
===================================================================
--- linux-2.6.10-rc3.orig/arch/um/Kconfig_block 2004-12-07 12:12:09.000000000 +0100
+++ linux-2.6.10-rc3/arch/um/Kconfig_block 2004-12-07 13:41:38.692103167 +0100
@@ -43,6 +43,10 @@ config BLK_DEV_NBD
config BLK_DEV_RAM
tristate "RAM disk support"

+config BLK_DEV_RAM_COUNT
+ int "Default number of RAM disks" if BLK_DEV_RAM
+ default "16"
+
config BLK_DEV_RAM_SIZE
int "Default RAM disk size"
depends on BLK_DEV_RAM

--
#define printk(args...) fprintf(stderr, ## args)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/