From: Balbir Singh Date: Fri, 7 Dec 2007 22:37:14 +0000 (+1100) Subject: [POWERPC] Fake NUMA emulation for PowerPC X-Git-Tag: v2.6.25-rc1~1131^2~272 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c3f5892a2db6757a72ce8b27cba90db06683e1d;p=pandora-kernel.git [POWERPC] Fake NUMA emulation for PowerPC Here's a dumb simple implementation of fake NUMA nodes for PowerPC. Fake NUMA nodes can be specified using the following command line option numa=fake= node range is of the format ,,... Each of the rangeX parameters is passed using memparse(). I find this useful for fake NUMA emulation on my simple PowerPC machine. I've tested it on a non-numa box with the following arguments: numa=fake=1G numa=fake=1G,2G name=fake=1G,512M,2G numa=fake=1500M,2800M mem=3500M numa=fake=1G mem=512M numa=fake=1G mem=1G Signed-off-by: Balbir Singh Acked-by: Olof Johansson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed