* microblaze FAULT: memblock: Introduce for_each_memblock() and new accessors, and use it
@ 2010-08-02 10:25 Michal Simek
2010-08-02 21:20 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2010-08-02 10:25 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linux-next@vger.kernel.org
Hi Ben,
your commit 53e16bfaf19346f59b3502e207aa66c61332075c in linux-next
breaks microblaze kernel compilation. It is easy to remove. Patch is
below. Please add this change to your commit.
Thanks,
Michal
diff --git a/arch/microblaze/mm/init.c b/arch/microblaze/mm/init.c
index 10bae6e..840026c 100644
--- a/arch/microblaze/mm/init.c
+++ b/arch/microblaze/mm/init.c
@@ -143,7 +143,7 @@ void __init setup_memory(void)
/* reserve allocate blocks */
for_each_memblock(reserved, reg) {
- pr_debug("reserved %d - 0x%08x-0x%08x\n", i,
+ pr_debug("reserved - 0x%08x-0x%08x\n",
(u32) reg->base, (u32) reg->size);
reserve_bootmem(reg->base, reg->size, BOOTMEM_DEFAULT);
}
--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: microblaze FAULT: memblock: Introduce for_each_memblock() and new accessors, and use it
2010-08-02 10:25 microblaze FAULT: memblock: Introduce for_each_memblock() and new accessors, and use it Michal Simek
@ 2010-08-02 21:20 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2010-08-02 21:20 UTC (permalink / raw)
To: michal.simek; +Cc: linux-next@vger.kernel.org, Ingo Molnar
On Mon, 2010-08-02 at 12:25 +0200, Michal Simek wrote:
> Hi Ben,
>
> your commit 53e16bfaf19346f59b3502e207aa66c61332075c in linux-next
> breaks microblaze kernel compilation. It is easy to remove. Patch is
> below. Please add this change to your commit.
Ooops. It may be too late to rebase, not sure. Ingo, are you sending
that stuff to Linus or are you waiting for me to do so ? In the later
case, I can fold that fix in easily.
Cheers,
Ben.
> Thanks,
> Michal
>
> diff --git a/arch/microblaze/mm/init.c b/arch/microblaze/mm/init.c
> index 10bae6e..840026c 100644
> --- a/arch/microblaze/mm/init.c
> +++ b/arch/microblaze/mm/init.c
> @@ -143,7 +143,7 @@ void __init setup_memory(void)
>
> /* reserve allocate blocks */
> for_each_memblock(reserved, reg) {
> - pr_debug("reserved %d - 0x%08x-0x%08x\n", i,
> + pr_debug("reserved - 0x%08x-0x%08x\n",
> (u32) reg->base, (u32) reg->size);
> reserve_bootmem(reg->base, reg->size, BOOTMEM_DEFAULT);
> }
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-02 21:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 10:25 microblaze FAULT: memblock: Introduce for_each_memblock() and new accessors, and use it Michal Simek
2010-08-02 21:20 ` Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).