From: Rusty Russell Date: Mon, 16 Feb 2009 23:31:59 +0000 (-0600) Subject: cpumask: Use cpu_*_mask accessors code: alpha X-Git-Tag: v2.6.29-rc6~91^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1371be0f7c8f6141b2dbfde6a7ae7885bedb9834;p=pandora-kernel.git cpumask: Use cpu_*_mask accessors code: alpha Impact: use new API, fix SMP bug. Use the new accessors rather than frobbing bits directly. This also removes the bug introduced in ee0c468b (alpha: compile fixes) which had Alpha setting bits on an on-stack cpumask, not the cpu_online_map. Cc: Richard Henderson Cc: FUJITA Tomonori Signed-off-by: Rusty Russell Signed-off-by: Mike Travis Acked-by: Ivan Kokshaysky Acked-by: Ingo Molnar --- Reading git-diff-tree failed