2004-09-10 18:36:58

by Blaisorblade

[permalink] [raw]
Subject: [patch 1/1] UML: remove commented old code in Kconfig


Drop a config option which has disappeared from all archs. Btw, this shouldn't
be in the UML-specific part, but since we cannot include generic Kconfigs to
avoid problem with hardware-related configs, it's duplicated for now.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
---

linux-2.6.9-current-paolo/arch/um/Kconfig_char | 5 -----
1 files changed, 5 deletions(-)

diff -puN arch/um/Kconfig_char~remove-commented-old-code arch/um/Kconfig_char
--- linux-2.6.9-current/arch/um/Kconfig_char~remove-commented-old-code 2004-09-10 19:11:24.388299224 +0200
+++ linux-2.6.9-current-paolo/arch/um/Kconfig_char 2004-09-10 19:11:24.390298920 +0200
@@ -158,11 +158,6 @@ config LEGACY_PTY_COUNT
When not in use, each legacy PTY occupies 12 bytes on 32-bit
architectures and 24 bytes on 64-bit architectures.

-#config UNIX98_PTY_COUNT
-# int "Maximum number of Unix98 PTYs in use (0-2048)"
-# depends on UNIX98_PTYS
-# default "256"
-
config WATCHDOG
bool "Watchdog Timer Support"

_