From: David S. Miller Date: Mon, 12 May 2008 04:04:48 +0000 (-0700) Subject: sparc64: Work around memory probing bug in openfirmware. X-Git-Tag: v2.6.26-rc3~134^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94a172d6c826232e623160ae134abbce181a41f;p=pandora-kernel.git sparc64: Work around memory probing bug in openfirmware. Read all of the OF memory and translation tables, then read the physical available memory list twice. When making these requests, OF can allocate more memory to do it's job, which can remove pages from the available memory list. So fetch in all of the tables at once, and fetch the available list last to make sure we read a stable value. Signed-off-by: David S. Miller --- Reading git-diff-tree failed