Commit 10fa36ae authored by Linus Torvalds's avatar Linus Torvalds

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
parent 2b421ec7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment