From: Masato Noguchi Date: Fri, 20 Jul 2007 19:39:43 +0000 (+0200) Subject: [CELL] spufs: use find_first_bit() instead of sched_find_first_bit() X-Git-Tag: v2.6.23-rc1~195^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e90b74967ea54dbd6eb539e1cb151ec37f63d7f;p=pandora-kernel.git [CELL] spufs: use find_first_bit() instead of sched_find_first_bit() spu_sched->bitmap has MAX_PRIO(=140) width in bits.However, since ff80a77f20f811c0cc5b251d0f657cbc6f788385, sched_find_first_bit() only supports 100-bit bitmaps. Thus, spu_sched->bitmap should be treated by generic find_first_bit(). Signed-off-by: Masato Noguchi Signed-off-by: Jeremy Kerr Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed