From: Geert Uytterhoeven Date: Wed, 20 Aug 2014 15:10:31 +0000 (+0200) Subject: of: Fix memory block alignment in early_init_dt_add_memory_arch() X-Git-Tag: fixes-for-v3.18-merge-window~70^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f73d4b7011061f46ba6f46006b2848b412ff43f;p=pandora-kernel.git of: Fix memory block alignment in early_init_dt_add_memory_arch() If a memory block is not aligned to PAGE_SIZE, its base address must be rounded up, not down, and its size must be reduced. Signed-off-by: Geert Uytterhoeven Signed-off-by: Grant Likely --- Reading git-diff-tree failed