Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754099Ab1BFWYc (ORCPT ); Sun, 6 Feb 2011 17:24:32 -0500 Received: from www.tglx.de ([62.245.132.106]:50031 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753295Ab1BFWYP (ORCPT ); Sun, 6 Feb 2011 17:24:15 -0500 Message-Id: <20110206222246.281228273@linutronix.de> User-Agent: quilt/0.48-1 Date: Sun, 06 Feb 2011 22:23:50 -0000 From: Thomas Gleixner To: LKML Cc: Chen Liqin Subject: [patch 2/2] score: Select GENERIC_HARDIRQS_NO_DEPRECATED References: <20110206222131.508619512@linutronix.de> Content-Disposition: inline; filename=score-set-nodepr.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 26 All chips converted and proper accessor functions used. Signed-off-by: Thomas Gleixner --- arch/score/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux-next/arch/score/Kconfig =================================================================== --- linux-next.orig/arch/score/Kconfig +++ linux-next/arch/score/Kconfig @@ -3,6 +3,7 @@ menu "Machine selection" config SCORE def_bool y select HAVE_GENERIC_HARDIRQS + select GENERIC_HARDIRQS_NO_DEPRECATED choice prompt "System type" -- 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/