lkml.org 
[lkml]   [1999]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectpre2: non-SMP fix
Not all 686's are SMP:
--
mlord@pobox.com--- linux-2.2.0pre2/arch/i386/config.in Wed Dec 30 17:50:18 1998
+++ linux/arch/i386/config.in Thu Dec 31 18:10:07 1998
@@ -28,7 +28,7 @@
if [ "$CONFIG_M686" = "y" -o "$CONFIG_M586TSC" = "y" ]; then
define_bool CONFIG_TSC y
fi
-if [ "$CONFIG_M686" = "y" ]; then
+if [ "$CONFIG_SMP" = "y" -a "$CONFIG_M686" = "y" ]; then
define_bool CONFIG_GOOD_APIC y
fi
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.080 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site