]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Use cpumask bitops for cpu_vm_mask
authorBrian Gerst <bgerst@didntduck.org>
Sat, 25 Mar 2006 15:31:13 +0000 (16:31 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:56 +0000 (09:10 -0800)
commit1b17823bd6bbf4008752310610f2b4dd9c60608a
treeee3fc9dc3830e3cca3918911ee50804abfcc0094
parent95875d0fb30b507f226db4f9ea46d37ee34d83b8
[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