From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755462Ab1IGRS0 (ORCPT ); Wed, 7 Sep 2011 13:18:26 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:36068 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753312Ab1IGRSZ (ORCPT ); Wed, 7 Sep 2011 13:18:25 -0400 From: Yong Zhang To: linux-kernel@vger.kernel.org Cc: tglx@linutronix.de, mingo@elte.hu, Chris Zankel , Torben Hohn , Yong Zhang Subject: [PATCH 24/62] xtensa: irq: Remove IRQF_DISABLED Date: Wed, 7 Sep 2011 16:10:21 +0800 Message-Id: <1315383059-3673-25-git-send-email-yong.zhang0@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1315383059-3673-1-git-send-email-yong.zhang0@gmail.com> References: <1315383059-3673-1-git-send-email-yong.zhang0@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This flag is a NOOP and can be removed now. Signed-off-by: Yong Zhang --- arch/xtensa/kernel/time.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c index f3e5eb4..2370229 100644 --- a/arch/xtensa/kernel/time.c +++ b/arch/xtensa/kernel/time.c @@ -54,7 +54,6 @@ static struct clocksource ccount_clocksource = { static irqreturn_t timer_interrupt(int irq, void *dev_id); static struct irqaction timer_irqaction = { .handler = timer_interrupt, - .flags = IRQF_DISABLED, .name = "timer", }; -- 1.7.4.1