From a0b4ff9e79eba85e116cea69424319c4ed62083a Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Wed, 11 Jan 2006 12:17:26 -0800 Subject: [PATCH] --- yaml --- r: 17890 b: refs/heads/master c: 114d1ff4f551c8cc940de71b03c5b7365b4124f5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/Kconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index dc3d37ee121f..ecfc6b636fa6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ee189a9260849ebacbdd3caf1fd5eb077fcf6a9 +refs/heads/master: 114d1ff4f551c8cc940de71b03c5b7365b4124f5 diff --git a/trunk/arch/um/Kconfig b/trunk/arch/um/Kconfig index b4ff2e576021..8ff3bcbce5fc 100644 --- a/trunk/arch/um/Kconfig +++ b/trunk/arch/um/Kconfig @@ -35,12 +35,12 @@ menu "UML-specific options" config MODE_TT bool "Tracing thread support" - default y + default n help This option controls whether tracing thread support is compiled - into UML. Normally, this should be set to Y. If you intend to - use only skas mode (and the host has the skas patch applied to it), - then it is OK to say N here. + into UML. This option is largely obsolete, given that skas0 provides + skas security and performance without needing to patch the host. + It is safe to say 'N' here. config STATIC_LINK bool "Force a static link"