public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Chris Metcalf <cmetcalf@tilera.com>
Cc: Ingo Molnar <mingo@elte.hu>, Huang Ying <ying.huang@intel.com>,
	David Howells <dhowells@redhat.com>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] irq_work: fix compile failure on tile from missing include
Date: Thu, 12 Apr 2012 12:10:42 -0400	[thread overview]
Message-ID: <4F86FE82.1040007@windriver.com> (raw)
In-Reply-To: <201204111627.q3BGRJ5m005114@farm-0002.internal.tilera.com>

On 12-04-11 12:21 PM, Chris Metcalf wrote:
> Building with IRQ_WORK configured results in
> 
> kernel/irq_work.c: In function ‘irq_work_run’:
> kernel/irq_work.c:110: error: implicit declaration of function ‘irqs_disabled’
> 
> The appropriate header just needs to be included.
> 
> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

Hi Chris,

I've got an alpha fix and an itanic fix left wrt. the system.h
fallout to get pulled; I can bundle this system.h fix with those
if you want.

Paul.

> ---
>  kernel/irq_work.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/kernel/irq_work.c b/kernel/irq_work.c
> index 0c56d44..1588e3b 100644
> --- a/kernel/irq_work.c
> +++ b/kernel/irq_work.c
> @@ -11,6 +11,7 @@
>  #include <linux/irq_work.h>
>  #include <linux/percpu.h>
>  #include <linux/hardirq.h>
> +#include <linux/irqflags.h>
>  #include <asm/processor.h>
>  
>  /*

  reply	other threads:[~2012-04-12 16:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 16:21 [PATCH] irq_work: fix compile failure on tile from missing include Chris Metcalf
2012-04-12 16:10 ` Paul Gortmaker [this message]
2012-04-12 16:12   ` Chris Metcalf

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=4F86FE82.1040007@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=cmetcalf@tilera.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=ying.huang@intel.com \
    /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