patch-2.2.0-pre3 linux/arch/i386/config.in
Next file: linux/arch/i386/kernel/setup.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Jan 1 11:20:00 1999
- Orig file:
v2.2.0-pre2/linux/arch/i386/config.in
- Orig date:
Thu Dec 31 10:28:58 1998
diff -u --recursive --new-file v2.2.0-pre2/linux/arch/i386/config.in linux/arch/i386/config.in
@@ -20,16 +20,17 @@
#
# Define implied options from the CPU selection here
#
-if [ "$CONFIG_M386" != "n" ]; then
- define_bool CONFIG_WP_WORKS_OK y
- define_bool CONFIG_INVLPG y
- define_bool CONFIG_BSWAP y
+if [ "$CONFIG_M386" != "y" ]; then
+ define_bool CONFIG_X86_WP_WORKS_OK y
+ define_bool CONFIG_X86_INVLPG y
+ define_bool CONFIG_X86_BSWAP y
+ define_bool CONFIG_X86_POPAD_OK y
fi
if [ "$CONFIG_M686" = "y" -o "$CONFIG_M586TSC" = "y" ]; then
- define_bool CONFIG_TSC y
+ define_bool CONFIG_X86_TSC y
fi
if [ "$CONFIG_M686" = "y" ]; then
- define_bool CONFIG_GOOD_APIC y
+ define_bool CONFIG_X86_GOOD_APIC y
fi
bool 'Math emulation' CONFIG_MATH_EMULATION
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov