public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael.opdenacker@free-electrons.com>
To: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: konrad.wilk@oracle.com, boris.ostrovsky@oracle.com,
	david.vrabel@citrix.com, xen-devel@lists.xenproject.org,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] xen: remove deprecated IRQF_DISABLED
Date: Mon, 09 Sep 2013 05:52:35 +0200	[thread overview]
Message-ID: <522D4603.4000907@free-electrons.com> (raw)
In-Reply-To: <CALkWK0mgk4ryO6h=CrWDjQ2bFtg=YY7dS1pJ1JqgX2Oo04wD8Q@mail.gmail.com>

On 09/09/2013 05:22 AM, Ramkumar Ramachandra wrote:
> Michael Opdenacker wrote:
>> diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c
>> index 99db9e1..2f3528e 100644
>> --- a/drivers/xen/platform-pci.c
>> +++ b/drivers/xen/platform-pci.c
>> @@ -84,7 +84,7 @@ static irqreturn_t do_hvm_evtchn_intr(int irq, void *dev_id)
>>  static int xen_allocate_irq(struct pci_dev *pdev)
>>  {
>>         return request_irq(pdev->irq, do_hvm_evtchn_intr,
>> -                       IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TRIGGER_RISING,
>> +                       IRQF_NOBALANCING | IRQF_TRIGGER_RISING,
> This is a good patch, although that one day might be far in the future.
Yes, it might be relatively far... IRQF_DISABLED still shows up 331
times in the kernel sources.

It's hard to disable ;)

Cheers,

Michael.

-- 
Michael Opdenacker, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098


      reply	other threads:[~2013-09-09  3:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-09  3:09 [PATCH] xen: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-09-09  3:22 ` Ramkumar Ramachandra
2013-09-09  3:52   ` Michael Opdenacker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=522D4603.4000907@free-electrons.com \
    --to=michael.opdenacker@free-electrons.com \
    --cc=artagnon@gmail.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox