X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fmm%2Fnommu.c;h=941a98c9e8aaf327b5131227ccaddb1d697ad2e5;hb=ff95acb6733d41a8d45feb0e18b96df25e610e78;hp=687d02319a41ea68afcfe65698204a4db84d8400;hpb=8990c1bc4be46473ad19bf2fa612ca57286f3df4;p=pandora-kernel.git diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c index 687d02319a41..941a98c9e8aa 100644 --- a/arch/arm/mm/nommu.c +++ b/arch/arm/mm/nommu.c @@ -27,6 +27,10 @@ void __init arm_mm_memblock_reserve(void) memblock_reserve(CONFIG_VECTORS_BASE, PAGE_SIZE); } +void __init sanity_check_meminfo(void) +{ +} + /* * paging_init() sets up the page tables, initialises the zone memory * maps, and sets up the zero page, bad page and bad page tables.