Skip to content

Commit

Permalink
powerpc, memblock: Fix memblock API change fallout
Browse files Browse the repository at this point in the history
Fix memblock API change fallout in the WII code.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: linux-mm@kvack.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
LKML-Reference: <4C8B2AFA.2000705@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Sep 11, 2010
1 parent da5ab11 commit 823108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/embedded6xx/wii.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int __init page_aligned(unsigned long x)

void __init wii_memory_fixups(void)
{
struct memblock_region *p = memblock.memory.region;
struct memblock_region *p = memblock.memory.regions;

/*
* This is part of a workaround to allow the use of two
Expand Down

0 comments on commit 823108a

Please sign in to comment.