Bug in 1.3.73 make xconfig

Robert L Krawitz (rlk@tiac.net)
Thu, 14 Mar 1996 18:02:05 -0500


I've modified my config.in as follows:

Index: config.in
===================================================================
RCS file: /src/repository/linux-1.3/arch/i386/config.in,v
retrieving revision 1.1.1.37
retrieving revision 1.19
diff -u -r1.1.1.37 -r1.19
--- config.in 1996/02/27 16:52:59 1.1.1.37
+++ config.in 1996/02/27 20:35:49 1.19
@@ -34,6 +34,9 @@
486 CONFIG_M486 \
Pentium CONFIG_M586 \
PPro CONFIG_M686" Pentium
+if [ "$CONFIG_M586" = "y" ]; then
+ bool 'Use Pentium-optimized copy routine' CONFIG_M586_COPY y
+fi
endmenu

source drivers/block/Config.in

Nonetheless, when I select Pentium as my processor type, I'm not
offered a choice on the Pentium copy routine (it stays greyed out).