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
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 63.8 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top