From: Rusty Russell Date: Mon, 29 Dec 2008 22:35:14 +0000 (+1030) Subject: cpumask: switch over to cpu_online/possible/active/present_mask: core X-Git-Tag: v2.6.29-rc1~521^2~11^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3199c025d1646e25e7d1d640dd605db251dccf8;p=pandora-kernel.git cpumask: switch over to cpu_online/possible/active/present_mask: core Impact: cleanup This implements the obsolescent cpu_online_map in terms of cpu_online_mask, rather than the other way around. Same for the other maps. The documentation comments are also updated to refer to _mask rather than _map. Signed-off-by: Rusty Russell Signed-off-by: Mike Travis --- Reading git-diff-tree failed