memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt
2010-08-04 14:06:41 +10:00
parent f1c2c19c49
commit e3239ff92a
10 changed files with 118 additions and 120 deletions

View File

@@ -237,7 +237,7 @@ static void __init arm_bootmem_free(struct meminfo *mi, unsigned long min,
#ifndef CONFIG_SPARSEMEM
int pfn_valid(unsigned long pfn)
{
struct memblock_region *mem = &memblock.memory;
struct memblock_type *mem = &memblock.memory;
unsigned int left = 0, right = mem->cnt;
do {