From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:12 +0000 (-0800) Subject: [PATCH] bitops: generic sched_find_first_bit() X-Git-Tag: v2.6.17-rc1~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d29ea23da033f46ac4ab359d46650a7f7474611;p=pandora-kernel.git [PATCH] bitops: generic sched_find_first_bit() This patch introduces the C-language equivalent of the function: int sched_find_first_bit(const unsigned long *b); In include/asm-generic/bitops/sched.h This code largely copied from: include/asm-powerpc/bitops.h Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed