summaryrefslogtreecommitdiffstats
path: root/arch/ppc64
diff options
context:
space:
mode:
authorPaul Jackson <pj@sgi.com>2005-08-24 13:15:10 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-24 18:40:45 +0200
commit3725822f7c7134249addcd4549aff086950c8090 (patch)
treed7db18d3d5f75fe4309ddc7aa373f3213f845b41 /arch/ppc64
parent[PATCH] m68k: fix broken macros causing compile errors (diff)
downloadlinux-3725822f7c7134249addcd4549aff086950c8090.tar.xz
linux-3725822f7c7134249addcd4549aff086950c8090.zip
[PATCH] cpu_exclusive sched domains build fix
As reported by Paul Mackerras <paulus@samba.org>, the previous patch "cpu_exclusive sched domains fix" broke the ppc64 build with CONFIC_CPUSET, yielding error messages: kernel/cpuset.c: In function 'update_cpu_domains': kernel/cpuset.c:648: error: invalid lvalue in unary '&' kernel/cpuset.c:648: error: invalid lvalue in unary '&' On some arch's, the node_to_cpumask() is a function, returning a cpumask_t. But the for_each_cpu_mask() requires an lvalue mask. The following patch fixes this build failure by making a copy of the cpumask_t on the stack. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc64')
0 files changed, 0 insertions, 0 deletions