https://github.com/torvalds/linux
Revision c660439ba90aaaa056f68a5b0fc79f6b9e0506f5 authored by Ravikiran G Thirumalai on 22 December 2005, 22:21:34 UTC, committed by Linus Torvalds on 24 December 2005, 20:30:22 UTC
Fixes a compiler error in node_to_first_cpu, __ffs expects unsigned long as
a parameter; instead cpumask_t was being passed.  The macro
node_to_first_cpu was not yet used in x86_64 and ia64 arches, and so we never
hit this.  This patch replaces __ffs with first_cpu macro, similar to other
arches.

Signed-off-by: Alok N Kataria <alokk@calsoftinc.com>
Signed-off-by: Ravikiran G Thirumalai <kiran@scalex86.org>
Signed-off-by: Shai Fultheim <shai@scalex86.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 1224b37
History
Tip revision: c660439ba90aaaa056f68a5b0fc79f6b9e0506f5 authored by Ravikiran G Thirumalai on 22 December 2005, 22:21:34 UTC
[PATCH] x86_64/ia64 : Fix compilation error for node_to_first_cpu
Tip revision: c660439
File Mode Size
Kconfig -rw-r--r-- 468 bytes
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 287 bytes
as-iosched.c -rw-r--r-- 49.2 KB
cfq-iosched.c -rw-r--r-- 58.1 KB
deadline-iosched.c -rw-r--r-- 20.8 KB
elevator.c -rw-r--r-- 17.8 KB
genhd.c -rw-r--r-- 16.9 KB
ioctl.c -rw-r--r-- 6.6 KB
ll_rw_blk.c -rw-r--r-- 91.5 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 14.3 KB

back to top