Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932075AbYGGXNU (ORCPT ); Mon, 7 Jul 2008 19:13:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755421AbYGGXLP (ORCPT ); Mon, 7 Jul 2008 19:11:15 -0400 Received: from smtp-out01.alice-dsl.net ([88.44.60.11]:2565 "EHLO smtp-out01.alice-dsl.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758111AbYGGXLO (ORCPT ); Mon, 7 Jul 2008 19:11:14 -0400 From: Andi Kleen References: <20080708110.487722491@firstfloor.org> In-Reply-To: <20080708110.487722491@firstfloor.org> To: x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] [9/10] Add missing includes in mce_intel_64.c Message-Id: <20080707231011.A89931B4315@basil.firstfloor.org> Date: Tue, 8 Jul 2008 01:10:11 +0200 (CEST) X-OriginalArrivalTime: 07 Jul 2008 23:02:47.0713 (UTC) FILETIME=[92BC1110:01C8E085] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 782 Lines: 23 In some i386 configurations these are not implicitely included. Signed-off-by: Andi Kleen Index: linux/arch/x86/kernel/cpu/mcheck/mce_intel_64.c =================================================================== --- linux.orig/arch/x86/kernel/cpu/mcheck/mce_intel_64.c +++ linux/arch/x86/kernel/cpu/mcheck/mce_intel_64.c @@ -12,6 +12,8 @@ #include #include #include +#include +#include asmlinkage void smp_thermal_interrupt(void) { -- 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/