All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gaurav <kumargauravgupta3@gmail.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: Fri, 09 Aug 2013 03:31:15 +0000	[thread overview]
Message-ID: <52045FB3.9060001@gmail.com> (raw)
In-Reply-To: <1376018243-8565-1-git-send-email-kumargauravgupta3@gmail.com>

Please ignore the below patch. I'll be resending this with 0 instead of 
IRQF_TRIGGER_NONE
On Friday 09 August 2013 08:47 AM, Kumar Gaurav wrote:
> Removed IRQF_DISABLED as it's no-op and should be removed
>
> Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
> ---
>   arch/avr32/kernel/time.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
> index 869a1c6..0566c81 100644
> --- 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)
>   static struct irqaction timer_irqaction = {
>   	.handler	= timer_interrupt,
>   	/* Oprofile uses the same irq as the timer, so allow it to be shared */
> -	.flags		= IRQF_TIMER | IRQF_DISABLED | IRQF_SHARED,
> +	.flags		= IRQF_TIMER | IRQF_TRIGGER_NONE | IRQF_SHARED,
>   	.name		= "avr32_comparator",
>   };
>   


WARNING: multiple messages have this Message-ID (diff)
From: Kumar Gaurav <kumargauravgupta3@gmail.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: Fri, 09 Aug 2013 08:49:15 +0530	[thread overview]
Message-ID: <52045FB3.9060001@gmail.com> (raw)
In-Reply-To: <1376018243-8565-1-git-send-email-kumargauravgupta3@gmail.com>

Please ignore the below patch. I'll be resending this with 0 instead of 
IRQF_TRIGGER_NONE
On Friday 09 August 2013 08:47 AM, Kumar Gaurav wrote:
> Removed IRQF_DISABLED as it's no-op and should be removed
>
> Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
> ---
>   arch/avr32/kernel/time.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
> index 869a1c6..0566c81 100644
> --- 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)
>   static struct irqaction timer_irqaction = {
>   	.handler	= timer_interrupt,
>   	/* Oprofile uses the same irq as the timer, so allow it to be shared */
> -	.flags		= IRQF_TIMER | IRQF_DISABLED | IRQF_SHARED,
> +	.flags		= IRQF_TIMER | IRQF_TRIGGER_NONE | IRQF_SHARED,
>   	.name		= "avr32_comparator",
>   };
>   


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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-09  3:17 [PATCH]arch:avr32:kernel:time.c: Removed IRQF_DISABLED Kumar Gaurav
2013-08-09  3:29 ` Kumar Gaurav
2013-08-09  3:19 ` Kumar Gaurav [this message]
2013-08-09  3:31   ` Kumar Gaurav
2013-08-09  3:30   ` Joe Perches
2013-08-09  3:30     ` Joe Perches

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=52045FB3.9060001@gmail.com \
    --to=kumargauravgupta3@gmail.com \
    --cc=egtvedt@samfundet.no \
    --cc=hskinnemoen@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.