[PATCH] x86_64: Use cpumask bitops for cpu_vm_mask
commitb1fc513d81b0f50f9543428ce95ec63ae70ab184
authorBrian Gerst <bgerst@didntduck.org>
Sat, 25 Mar 2006 15:31:13 +0000 (25 16:31 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:56 +0000 (25 09:10 -0800)
treeee3fc9dc3830e3cca3918911ee50804abfcc0094
parent267b48014a5c0c2ae90b04dad5d95ceb903365a6
[PATCH] x86_64: Use cpumask bitops for cpu_vm_mask

cpu_vm_mask is of type cpumask_t, so use the proper bitops.

Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/smp.c