Files
ubports_kernel_google_msm/include/linux
Alexander van Heukelum 77b9bd9c49 x86: generic versions of find_first_(zero_)bit, convert i386
Generic versions of __find_first_bit and __find_first_zero_bit
are introduced as simplified versions of __find_next_bit and
__find_next_zero_bit. Their compilation and use are guarded by
a new config variable GENERIC_FIND_FIRST_BIT.

The generic versions of find_first_bit and find_first_zero_bit
are implemented in terms of the newly introduced __find_first_bit
and __find_first_zero_bit.

This patch does not remove the i386-specific implementation,
but it does switch i386 to use the generic functions by setting
GENERIC_FIND_FIRST_BIT=y for X86_32.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-04-26 19:21:16 +02:00
..
2008-04-21 11:22:28 -05:00
2008-04-25 13:26:55 +01:00
2008-04-25 13:26:55 +01:00
2008-04-25 13:26:55 +01:00
2008-04-21 22:38:45 +00:00
2008-04-19 19:19:54 +02:00
2008-04-22 11:34:59 +02:00
2008-04-26 17:36:39 +02:00
2008-04-23 21:25:36 -04:00
2008-04-19 19:10:28 -07:00
2008-04-26 17:36:37 +02:00
2008-04-19 19:44:57 +02:00
2008-04-25 00:46:09 -04:00
2008-04-21 22:35:29 +00:00
2008-04-19 16:54:56 -04:00
2008-04-19 16:55:29 -04:00
2008-04-20 21:47:03 -07:00
2008-04-20 21:47:03 -07:00
2008-04-20 21:47:07 -07:00
2008-04-25 00:25:08 +02:00
2008-04-19 19:44:59 +02:00
2008-04-24 21:16:57 -07:00