All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [aarch64:soc-armv8-model 10/41] drivers/irqchip/gic.c:399:2: error: 'handle_arch_irq' undeclared
Date: Wed, 26 Sep 2012 17:02:17 +0000	[thread overview]
Message-ID: <20120926170217.GD25467@localhost> (raw)

Hi Marc,

FYI, kernel build failed on

commit: dd584bb4775f75768183329c3ca52252bb0b6d12 [10/41] irqchip: Add ARM Generic Interrupt Controller support
config: arm-imx_v6_v7_defconfig

All error/warnings:

drivers/irqchip/gic.c: In function 'gic_init':
drivers/irqchip/gic.c:399:2: error: 'handle_arch_irq' undeclared (first use in this function)
drivers/irqchip/gic.c:399:2: note: each undeclared identifier is reported only once for each function it appears in

vim +399 drivers/irqchip/gic.c
   393			return;
   394	
   395		gic_dist_init(gic);
   396		gic_cpu_init(gic);
   397	
   398		/* Update the architecture handler */
 > 399		handle_arch_irq = gic_handle_irq;
   400	}
   401	
   402	#ifdef CONFIG_SMP

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

                 reply	other threads:[~2012-09-26 17:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120926170217.GD25467@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.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 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.