From 10fa36ae0d7cb971ab7e304789cd38d75501c020 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 23 Nov 2007 15:16:24 -0500 Subject: [PATCH] Linux 2.1.117 I made a 117 to fix the silly things left in 116 in my excitement over it passing all my crashtests. This should fix the things with the kernel thinking it was out of memory much sooner than it actually was etc. Alan still reports some funnies with unix domain sockets, but he's reportedly fixed the behaviour of NFS over TCP. He didn't make it sound as if you really want to use it yet, though ;) Linus --- drivers/video/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/Config.in b/drivers/video/Config.in index 82d77bd121a8..e7bea22d6ef0 100644 --- a/drivers/video/Config.in +++ b/drivers/video/Config.in @@ -53,7 +53,7 @@ if [ "$CONFIG_FB" = "y" ]; then if [ "$ARCH" = "i386" -o "$ARCH" = "alpha" -o "$ARCH" = "ppc" -o \ "$CONFIG_ARM" = "y" ]; then if [ "$CONFIG_ARM" != "y" -o "$CONFIG_ARCH_ACORN" != "y" ] ; then - tristate 'VGA chipset support (text only)' CONFIG_FB_VGA + tristate 'Deprecated almost-VGA support (text only - use normal VGA console instead)' CONFIG_FB_VGA fi fi if [ "$ARCH" = "alpha" ]; then -- 2.39.5