From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755517Ab1J1Lva (ORCPT ); Fri, 28 Oct 2011 07:51:30 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:39880 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752089Ab1J1Lv3 (ORCPT ); Fri, 28 Oct 2011 07:51:29 -0400 Date: Fri, 28 Oct 2011 19:51:14 +0800 From: Yong Zhang To: Richard Weinberger Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, Jeff Dike , user-mode-linux-devel@lists.sourceforge.net, user-mode-linux-user@lists.sourceforge.net Subject: Re: [PATCH 18/49] um: irq: Remove IRQF_DISABLED Message-ID: <20111028115114.GA1934@zhy> Reply-To: Yong Zhang References: <1319277421-9203-1-git-send-email-yong.zhang0@gmail.com> <1319277421-9203-19-git-send-email-yong.zhang0@gmail.com> <4EAA89EB.4020503@nod.at> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4EAA89EB.4020503@nod.at> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 28, 2011 at 12:54:35PM +0200, Richard Weinberger wrote: > Am 22.10.2011 11:56, schrieb Yong Zhang: > > Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], > > We run all interrupt handlers with interrupts disabled > > and we even check and yell when an interrupt handler > > returns with interrupts enabled (see commit [b738a50a: > > genirq: Warn when handler enables interrupts]). > > > > So now this flag is a NOOP and can be removed. > > > > Signed-off-by: Yong Zhang > > Acked-by: Richard Weinberger > > BTW: I think it's better when I carry this patch through my UML tree. > Okay? Good :) Thanks, Yong