2003-08-11 13:44:49

by Dave Jones

[permalink] [raw]
Subject: [PATCH] Don't refer to devel kernel in Kconfig option

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/arch/i386/Kconfig linux-2.5/arch/i386/Kconfig
--- bk-linus/arch/i386/Kconfig 2003-08-06 16:39:02.000000000 +0100
+++ linux-2.5/arch/i386/Kconfig 2003-08-08 00:38:44.000000000 +0100
@@ -276,9 +276,9 @@ config MWINCHIP3D
help
Select this for an IDT Winchip-2A or 3. Linux and GCC
treat this chip as a 586TSC with some extended instructions
- and alignment reqirements. Development kernels also enable
- out of order memory stores for this CPU, which can increase
- performance of some operations.
+ and alignment reqirements. Also enable out of order memory
+ stores for this CPU, which can increase performance of some
+ operations.

config MCYRIXIII
bool "CyrixIII/VIA-C3"