From: Wen Congyang Date: Wed, 12 Dec 2012 00:00:56 +0000 (-0800) Subject: numa: convert static memory to dynamically allocated memory for per node device X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~81^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8732794b166196cc501c2ddd9e7c97cf45ab64c5;p=pandora-kernel.git numa: convert static memory to dynamically allocated memory for per node device We use a static array to store struct node. In many cases, we don't have too many nodes, and some memory will be unused. Convert it to per-device dynamically allocated memory. Signed-off-by: Wen Congyang Cc: David Rientjes Cc: Jiang Liu Cc: Minchan Kim Cc: KOSAKI Motohiro Cc: Yasuaki Ishimatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed