From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753824AbbC0Jfb (ORCPT ); Fri, 27 Mar 2015 05:35:31 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:35829 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753527AbbC0Jfa (ORCPT ); Fri, 27 Mar 2015 05:35:30 -0400 Date: Fri, 27 Mar 2015 10:35:21 +0100 From: Ralf Baechle To: Michael Opdenacker Cc: chenhc@lemote.com, taohl@lemote.com, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: Loongson-3: remove deprecated IRQF_DISABLED Message-ID: <20150327093521.GA3959@linux-mips.org> References: <1427420021-27663-1-git-send-email-michael.opdenacker@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427420021-27663-1-git-send-email-michael.opdenacker@free-electrons.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 26, 2015 at 06:33:41PM -0700, Michael Opdenacker wrote: > This removes the use of the IRQF_DISABLED flag > from arch/mips/loongson/loongson-3/hpet.c > > It's a NOOP since 2.6.35. > > Signed-off-by: Michael Opdenacker An equivalent patch has been merged into linux-next as d8bf368d0631 (genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely). Ralf