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-10 15:34:05 -07:00
2008-04-18 22:17:17 -04:00
2008-02-03 17:48:52 +02:00
2007-10-11 22:17:20 -07:00
2005-10-18 08:26:15 -07:00
2007-10-20 00:26:10 +02:00
2007-05-11 05:38:25 -04:00
2008-04-19 19:44:58 +02:00
2006-12-10 10:07:52 -08:00
2007-07-16 09:05:51 -07:00
2007-10-17 08:42:56 -07:00
2007-07-16 09:05:50 -07:00
2007-02-11 10:51:32 -08:00
2007-05-07 12:12:51 -07:00
2007-07-17 10:23:04 -07:00
2006-06-25 10:01:20 -07:00
2008-02-03 17:48:52 +02:00
2005-04-16 15:20:36 -07:00
2006-06-25 10:01:20 -07:00
2007-05-10 18:24:13 +02:00
2005-04-16 15:20:36 -07:00
2006-07-03 15:27:01 -07:00
2006-01-08 20:13:48 -08:00
2008-03-17 08:26:44 -04:00
2007-04-25 22:28:53 -07:00
2005-04-16 15:20:36 -07:00
2008-02-06 10:41:08 -08:00
2008-02-08 09:22:34 -08:00
2008-04-26 19:21:16 +02:00
2005-04-16 15:20:36 -07:00
2007-07-17 10:23:02 -07:00
2005-04-16 15:20:36 -07:00
2007-11-29 09:24:53 -08:00
2007-10-19 11:53:41 -07:00
2007-10-17 08:42:45 -07:00
2007-05-02 19:27:15 +02:00
2006-02-03 08:32:08 -08:00
2006-06-20 20:24:58 -07:00
2008-03-24 11:22:39 -07:00
2008-03-04 16:35:17 -08:00
2007-10-17 08:42:50 -07:00
2006-10-06 08:53:40 -07:00
2007-07-31 15:39:39 -07:00
2008-02-13 16:56:49 -08:00
2008-04-25 20:23:47 +02:00
2008-04-17 20:05:43 +02:00
2008-04-18 22:22:54 -04:00
2006-09-25 21:08:40 -07:00
2008-04-03 14:33:42 -07:00
2008-04-19 19:10:27 -07:00
2008-01-24 20:40:05 -08:00
2007-11-08 21:34:09 +08:00
2006-12-07 08:39:35 -08:00
2008-04-23 23:30:59 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-12-07 08:39:43 -08:00
2008-04-26 19:21:16 +02:00
2007-05-03 03:10:39 -07:00
2007-10-19 11:53:44 -07:00
2006-06-27 17:32:46 -07:00
2007-10-19 11:53:41 -07:00
2005-04-16 15:20:36 -07:00
2007-12-23 12:54:37 -08:00
2008-02-05 09:44:17 -08:00
2008-04-03 14:07:02 -07:00
2006-09-30 20:26:56 +02:00
2006-12-13 09:05:49 -08:00
2008-02-08 09:22:31 -08:00
2008-01-30 13:33:00 +01:00
2008-04-07 12:15:45 -05:00
2007-02-11 10:51:32 -08:00
2008-02-06 10:41:09 -08:00
2007-10-17 08:42:52 -07:00
2007-10-19 11:53:43 -07:00
2007-04-26 01:54:39 -07:00
2008-03-13 13:15:52 -07:00
2007-12-01 00:03:52 +11:00
2006-08-22 14:33:58 -07:00
2006-09-29 09:18:23 -07:00
2006-06-30 19:25:36 +02:00
2008-02-23 17:12:14 -08:00