Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755937AbYJWUoU (ORCPT ); Thu, 23 Oct 2008 16:44:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752375AbYJWUoM (ORCPT ); Thu, 23 Oct 2008 16:44:12 -0400 Received: from wx-out-0506.google.com ([66.249.82.234]:11630 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818AbYJWUoK (ORCPT ); Thu, 23 Oct 2008 16:44:10 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ulYEbwVOhtiAu03foScZFDwPKQvYJ1HbT/uHI2qsuEyv4LkQNK37sCKRrrsBnspPUX HX4I65YPjUSz+tx83G5hW+K/ikG/yaH37XkTxz18Kk3Nsho/Gm1K/0yIKnf3a4kajHRk 7XCS222MU1pyvxs5CAroUvGG7O1FnU4wRKVak= From: Dan McGee To: linux-kernel@vger.kernel.org Cc: mingo@redhat.com, hpa@zytor.com, Dan McGee Subject: [PATCH] Remove IRQBALANCE crud Date: Thu, 23 Oct 2008 15:44:02 -0500 Message-Id: <1224794642-30350-1-git-send-email-dpmcgee@gmail.com> X-Mailer: git-send-email 1.6.0.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 31 CONFIG_IRQBALANCE was removed in commit 8b8e8c1bf; this ifdef was still around. Signed-off-by: Dan McGee --- arch/x86/include/asm/irq.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/x86/include/asm/irq.h b/arch/x86/include/asm/irq.h index bae0eda..28e409f 100644 --- a/arch/x86/include/asm/irq.h +++ b/arch/x86/include/asm/irq.h @@ -31,10 +31,6 @@ static inline int irq_canonicalize(int irq) # endif #endif -#ifdef CONFIG_IRQBALANCE -extern int irqbalance_disable(char *str); -#endif - #ifdef CONFIG_HOTPLUG_CPU #include extern void fixup_irqs(cpumask_t map); -- 1.6.0.3 -- 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/