Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265489AbUFSLUW (ORCPT ); Sat, 19 Jun 2004 07:20:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265492AbUFSLUV (ORCPT ); Sat, 19 Jun 2004 07:20:21 -0400 Received: from aun.it.uu.se ([130.238.12.36]:7126 "EHLO aun.it.uu.se") by vger.kernel.org with ESMTP id S265489AbUFSLUQ (ORCPT ); Sat, 19 Jun 2004 07:20:16 -0400 Date: Sat, 19 Jun 2004 13:20:06 +0200 (MEST) Message-Id: <200406191120.i5JBK6tL025970@harpo.it.uu.se> From: Mikael Pettersson To: ak@suse.de Subject: [PATCH][2.4.27-pre6] x86_64 bluesmoke linkage error Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 23 Andi, 2.4.27-pre6 changed arch/x86_64/kernel/bluesmoke.c to reference safe_smp_processor_id(), causing a linkage error in UP kernels. Fixed by including . /Mikael --- linux-2.4.27-pre6/arch/x86_64/kernel/bluesmoke.c.~1~ 2004-06-19 12:36:05.000000000 +0200 +++ linux-2.4.27-pre6/arch/x86_64/kernel/bluesmoke.c 2004-06-19 13:05:37.000000000 +0200 @@ -19,6 +19,7 @@ #include #include #include +#include static int mce_disabled __initdata; static unsigned long mce_cpus; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/