From: Joe Perches <joe@perches.com>
To: Kumar Gaurav <kumargauravgupta3@gmail.com>
Cc: hskinnemoen@gmail.com, egtvedt@samfundet.no, tglx@linutronix.de,
srivatsa.bhat@linux.vnet.ibm.com, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH]arch:avr32:kernel:time.c: Removed IRQF_DISABLED
Date: Thu, 08 Aug 2013 20:30:38 -0700 [thread overview]
Message-ID: <1376019038.2087.50.camel@joe-AO722> (raw)
In-Reply-To: <52045FB3.9060001@gmail.com>
On Fri, 2013-08-09 at 08:49 +0530, Kumar Gaurav wrote:
> Please ignore the below patch. I'll be resending this with 0 instead of
> IRQF_TRIGGER_NONE
Hey again Kumar.
This is one of those patches that should just have
IRQF_DISABLED completely elided.
> On Friday 09 August 2013 08:47 AM, Kumar Gaurav wrote:
[]
> > diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
[]
> > @@ -59,7 +59,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
[]
> > - .flags = IRQF_TIMER | IRQF_DISABLED | IRQF_SHARED,
> > + .flags = IRQF_TIMER | IRQF_TRIGGER_NONE | IRQF_SHARED,
.flags = IRQF_TIMER | IRQF_SHARED,
prev parent reply other threads:[~2013-08-09 3:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 3:17 Kumar Gaurav
2013-08-09 3:19 ` Kumar Gaurav
2013-08-09 3:30 ` Joe Perches [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=1376019038.2087.50.camel@joe-AO722 \
--to=joe@perches.com \
--cc=egtvedt@samfundet.no \
--cc=hskinnemoen@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=kumargauravgupta3@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=srivatsa.bhat@linux.vnet.ibm.com \
--cc=tglx@linutronix.de \
/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
all inboxes | Powered by JetHome®