]> git.neil.brown.name Git - history.git/commitdiff
Linux 2.1.117 2.1.117
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:16:24 +0000 (15:16 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:16:24 +0000 (15:16 -0500)
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

index 82d77bd121a89d2f258481ec1abd76049e690dca..e7bea22d6ef0703b158aaa75bbf1aa490da30990 100644 (file)
@@ -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