pre2: non-SMP fix

Mark Lord (mlord@pobox.com)
Thu, 31 Dec 1998 18:13:59 -0500


This is a multi-part message in MIME format.
--------------5B69609AC1122745D140A2D6
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Not all 686's are SMP:

-- 
mlord@pobox.com
--------------5B69609AC1122745D140A2D6
Content-Type: text/plain; charset=us-ascii;
 name="pre2-non-smp.fix"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pre2-non-smp.fix"

--- 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

--------------5B69609AC1122745D140A2D6--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/