From 2393c981f8b81b4e22074a00f03487e3dbe2e4e9 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 25 Jul 2008 01:48:09 -0700 Subject: [PATCH] --- yaml --- r: 105971 b: refs/heads/master c: 7833351b5260b3a58b54a0c2e7065001d986d749 h: refs/heads/master i: 105969: ac800cda50dc96c830175e8384dd58147403be6c 105967: d6c4c15239e103e7144fd3aed1119c9afcbcaa05 v: v3 --- [refs] | 2 +- trunk/arch/h8300/Kconfig | 14 -------------- trunk/arch/sparc/Kconfig | 14 -------------- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/[refs] b/[refs] index 75d5b6c263f0..24404d274f27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9eefe520c814f6f62c5d36a2ddcd3fb99dfdb30e +refs/heads/master: 7833351b5260b3a58b54a0c2e7065001d986d749 diff --git a/trunk/arch/h8300/Kconfig b/trunk/arch/h8300/Kconfig index 085dc6ec152b..396ab059efa3 100644 --- a/trunk/arch/h8300/Kconfig +++ b/trunk/arch/h8300/Kconfig @@ -203,20 +203,6 @@ config UNIX98_PTYS Read the instructions in pertaining to pseudo terminals. It's safe to say N. -config UNIX98_PTY_COUNT - int "Maximum number of Unix98 PTYs in use (0-2048)" - depends on UNIX98_PTYS - default "256" - help - The maximum number of Unix98 PTYs that can be used at any one time. - The default is 256, and should be enough for desktop systems. Server - machines which support incoming telnet/rlogin/ssh connections and/or - serve several X terminals may want to increase this: every incoming - connection and every xterm uses up one PTY. - - When not in use, each additional set of 256 PTYs occupy - approximately 8 KB of kernel memory on 32-bit architectures. - source "drivers/char/pcmcia/Kconfig" source "drivers/serial/Kconfig" diff --git a/trunk/arch/sparc/Kconfig b/trunk/arch/sparc/Kconfig index 789724e61e83..375de7c6d082 100644 --- a/trunk/arch/sparc/Kconfig +++ b/trunk/arch/sparc/Kconfig @@ -298,20 +298,6 @@ config UNIX98_PTYS Read the instructions in pertaining to pseudo terminals. It's safe to say N. -config UNIX98_PTY_COUNT - int "Maximum number of Unix98 PTYs in use (0-2048)" - depends on UNIX98_PTYS - default "256" - help - The maximum number of Unix98 PTYs that can be used at any one time. - The default is 256, and should be enough for desktop systems. Server - machines which support incoming telnet/rlogin/ssh connections and/or - serve several X terminals may want to increase this: every incoming - connection and every xterm uses up one PTY. - - When not in use, each additional set of 256 PTYs occupy - approximately 8 KB of kernel memory on 32-bit architectures. - endmenu source "fs/Kconfig"