Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758862AbZAGO5X (ORCPT ); Wed, 7 Jan 2009 09:57:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758558AbZAGO5B (ORCPT ); Wed, 7 Jan 2009 09:57:01 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:47399 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758503AbZAGO5A (ORCPT ); Wed, 7 Jan 2009 09:57:00 -0500 Subject: [PATCH -tip 1/7] x86: smp.h remove obsolete function declaration From: Jaswinder Singh Rajput To: Ingo Molnar , x86 maintainers , LKML Content-Type: text/plain Date: Wed, 07 Jan 2009 17:26:22 +0530 Message-Id: <1231329382.17961.30.camel@jaswinder.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 29 Impact: cleanup Signed-off-by: Jaswinder Singh Rajput --- arch/x86/include/asm/smp.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 19953df..643a3a0 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -39,7 +39,6 @@ extern cpumask_t cpu_sibling_setup_map; #endif /* CONFIG_X86_32 */ -extern void (*mtrr_hook)(void); extern void zap_low_mappings(void); extern int __cpuinit get_local_pda(int cpu); -- 1.5.6.6 -- 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/