From: Arnd Bergmann <arnd@arndb.de>
To: adobriyan@gmail.com
Cc: paulus@samba.org, linuxppc64-dev@ozlabs.org,
linux-kernel@vger.kernel.org, jordi_caubet@es.ibm.com
Subject: Re: ppc64: BPA iommu fails to build (BUILD_BUG_ON)
Date: Sat, 17 Sep 2005 19:22:13 +0200 [thread overview]
Message-ID: <200509171922.14625.arnd@arndb.de> (raw)
In-Reply-To: <OFC125707F.002C0D91-ONC125707F.002C0D91-C125707F.002C0D95@de.ibm.com>
On Sünnavend 17 September 2005 10:01, Alexey Dobriyan wrote:
> After a patch to make BUILD_BUG_ON error at compile-time went in
> 2.6.14-git1, arch/ppc64/kernel/bpa_iommu.c fails to build
This patch fixes that, I forgot to send it out with the previous updates.
Please apply.
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Index: linux-cg/arch/ppc64/kernel/bpa_iommu.c
===================================================================
--- linux-cg.orig/arch/ppc64/kernel/bpa_iommu.c
+++ linux-cg/arch/ppc64/kernel/bpa_iommu.c
@@ -99,7 +99,7 @@ get_iost_entry(unsigned long iopt_base,
break;
default: /* not a known compile time constant */
- BUILD_BUG_ON(1);
+ BUG();
break;
}
next parent reply other threads:[~2005-09-17 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <OFC125707F.002C0D91-ONC125707F.002C0D91-C125707F.002C0D95@de.ibm.com>
2005-09-17 17:22 ` Arnd Bergmann [this message]
2005-09-17 8:10 ppc64: BPA iommu fails to build (BUILD_BUG_ON) Alexey Dobriyan
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=200509171922.14625.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=adobriyan@gmail.com \
--cc=jordi_caubet@es.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc64-dev@ozlabs.org \
--cc=paulus@samba.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