From: Kumar Gala Date: Wed, 11 Jan 2006 23:57:13 +0000 (-0600) Subject: [PATCH] powerpc: Fixed memory reserve map layout X-Git-Tag: v2.6.16-rc1~184^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbcf3401173f11f7e4c03c7ec8955ea29cd83b5;p=pandora-kernel.git [PATCH] powerpc: Fixed memory reserve map layout powerpc: Fixed memory reserve map layout The memory reserve map is suppose to be a pair of 64-bit integers to represent each region. On ppc32 the code was treating the pair as two 32-bit integers. Additional the prom_init code was producing the wrong layout on ppc32. Added a simple check to try to provide backwards compatibility. Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed