From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754985Ab1ASVwq (ORCPT ); Wed, 19 Jan 2011 16:52:46 -0500 Received: from www.tglx.de ([62.245.132.106]:40775 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753779Ab1ASVuQ (ORCPT ); Wed, 19 Jan 2011 16:50:16 -0500 Message-Id: <20110119210840.572978979@linutronix.de> User-Agent: quilt/0.48-1 Date: Wed, 19 Jan 2011 21:50:09 -0000 From: Thomas Gleixner To: LKML Cc: Linux-Arch , Andrew Morton , Ingo Molnar , "David S. Miller" Subject: [patch 35/37] sparc: Use generic irq Kconfig References: <20110119205258.462759212@linutronix.de> Content-Disposition: inline; filename=sparc-use-generic-irq-Kconfig.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org No functional change. Signed-off-by: Thomas Gleixner Cc: "David S. Miller" --- arch/sparc/Kconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Index: linux-2.6/arch/sparc/Kconfig =================================================================== --- linux-2.6.orig/arch/sparc/Kconfig +++ linux-2.6/arch/sparc/Kconfig @@ -50,6 +50,7 @@ config SPARC64 select RTC_DRV_STARFIRE select HAVE_PERF_EVENTS select PERF_USE_VMALLOC + select HAVE_GENERIC_HARDIRQS config ARCH_DEFCONFIG string @@ -272,10 +273,6 @@ config HOTPLUG_CPU can be controlled through /sys/devices/system/cpu/cpu#. Say N if you want to disable CPU hotplug. -config GENERIC_HARDIRQS - bool - default y if SPARC64 - source "kernel/time/Kconfig" if SPARC64