From: David S. Miller Date: Fri, 2 May 2008 05:28:17 +0000 (-0700) Subject: sparc32: More memory probing consolidation. X-Git-Tag: v2.6.26-rc1~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f2b2a5f68c27c00f1e1f1922de5aa2f24505ed8;p=pandora-kernel.git sparc32: More memory probing consolidation. The PROM library function prom_meminit() builds a table, prom_phys_avail[], just so that probe_memory() in arch/sparc/mm/fault.c can copy it into sp_banks[]. Just have prom_meminit() fill in the sp_banks[] array directly, and remove duplicated sort() function. Signed-off-by: David S. Miller --- Reading git-diff-tree failed