From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
linux-next@vger.kernel.org,
Linux/m68k <linux-m68k@vger.kernel.org>
Subject: Re: linux-next: boot-params tree build failure
Date: Wed, 17 Dec 2008 09:18:32 +0100 (CET) [thread overview]
Message-ID: <Pine.LNX.4.64.0812170915400.29433@anakin> (raw)
In-Reply-To: <20081217165557.b4898a4b.sfr@canb.auug.org.au>
On Wed, 17 Dec 2008, Stephen Rothwell wrote:
> The build of next-20081216 (m68k defconfig) failed like this:
>
> arch/m68k/kernel/setup.c:230: error: conflicting types for '_end'
> arch/m68k/kernel/setup.c:215: error: previous declaration of '_end' was here
>
> Caused by commit 0de5c2d9f02d2018fd671ca1015432dffa5eb338 ("param:
> arch_get_boot_command_line()") from the poot-params tree.
This is due to the existing
extern int _etext, _edata, _end;
in and the newly added
extern char _end[];
to arch/m68k/kernel/setup.c.
As these are already declared in asm-generic/sections.h (which is used by
asm-m68k/sections.h), I'll switch arch/m68k/kernel/setup.c to using them.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next parent reply other threads:[~2008-12-17 8:18 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20081217165557.b4898a4b.sfr@canb.auug.org.au>
2008-12-17 8:18 ` Geert Uytterhoeven [this message]
2008-12-21 11:12 ` [PATCH] m68k: Kill several external declarations in source files (was: Re: linux-next: boot-params tree build failure) Geert Uytterhoeven
2008-12-21 22:21 ` Rusty Russell
2008-12-22 7:30 ` Geert Uytterhoeven
2008-12-28 22:00 ` [PATCH] m68k: Fix atarimouse init Michael Schmitz
2008-12-29 10:57 ` Geert Uytterhoeven
2008-12-30 9:18 ` Petr Stehlik
2009-01-02 0:27 ` Michael Schmitz
2009-01-02 0:12 ` Michael Schmitz
2009-01-02 9:42 ` Andreas Schwab
2009-01-02 10:20 ` Petr Stehlik
2009-01-02 22:10 ` Michael Schmitz
2009-01-03 5:53 ` Petr Stehlik
2009-01-03 6:15 ` Petr Stehlik
2009-01-03 7:23 ` Michael Schmitz
2009-01-03 8:16 ` Petr Stehlik
2009-01-04 3:12 ` Michael Schmitz
2009-01-04 7:34 ` Petr Stehlik
2009-01-04 7:15 ` [PATCH] m68k: Add Eiffel PS/2 support for Atari mouse driver Michael Schmitz
2009-01-04 7:41 ` Petr Stehlik
2009-01-04 21:50 ` Michael Schmitz
2009-01-04 22:10 ` Petr Stehlik
2009-01-05 1:11 ` Michael Schmitz
2009-01-05 1:32 ` [PATCH] m68k: Add Eiffel PS/2 support for Atari mouse driver (updated) Michael Schmitz
2009-01-03 8:45 ` [PATCH] m68k: Fix atarimouse init Andreas Schwab
2009-01-04 2:05 ` Michael Schmitz
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=Pine.LNX.4.64.0812170915400.29433@anakin \
--to=geert@linux-m68k.org \
--cc=linux-m68k@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=sfr@canb.auug.org.au \
/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