From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:14 +0000 (+1030) Subject: percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32r X-Git-Tag: v2.6.29-rc1~521^2~11^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2f913df70b378379a358a44e7d286f7b765e8e;p=pandora-kernel.git percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32r Impact: CPU iterator bugfixes Percpu areas are only allocated for possible cpus. In general, you shouldn't access random cpu's percpu areas. Signed-off-by: Rusty Russell Signed-off-by: Mike Travis Acked-by: Ingo Molnar Acked-by: Hirokazu Takata --- Reading git-diff-tree failed