public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] uml: ramdisk config fix
@ 2004-12-07 14:35 Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2004-12-07 14:35 UTC (permalink / raw)
  To: Andrew Morton, Linux Kernel Mailing List, uml devel, Jeff Dike,
	Blaisorblade

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

Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
---
 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)

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

only message in thread, other threads:[~2004-12-07 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-07 14:35 [patch] uml: ramdisk config fix Gerd Knorr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox