From: David Rientjes Date: Wed, 2 May 2007 17:27:09 +0000 (+0200) Subject: [PATCH] x86-64: split remaining fake nodes equally X-Git-Tag: v2.6.22-rc1~1011^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14694d736bb66d0ec250d05c81c6e98a19c229c6;p=pandora-kernel.git [PATCH] x86-64: split remaining fake nodes equally Extends the numa=fake x86_64 command-line option to split the remaining system memory into equal-sized nodes. For example: numa=fake=2*512,4* gives two 512M nodes and the remaining system memory is split into four approximately equal chunks. This is beneficial for systems where the exact size of RAM is unknown or not necessarily relevant, but the granularity with which nodes shall be allocated is known. Cc: Andi Kleen Signed-off-by: David Rientjes Signed-off-by: Andi Kleen Cc: Paul Jackson Cc: Christoph Lameter Signed-off-by: Andrew Morton --- Reading git-diff-tree failed