Rusty Russell
96f874e264
sched: convert remaining old-style cpumask operators
...
Impact: Trivial API conversion
NR_CPUS -> nr_cpu_ids
cpumask_t -> struct cpumask
sizeof(cpumask_t) -> cpumask_size()
cpumask_a = cpumask_b -> cpumask_copy(&cpumask_a, &cpumask_b)
cpu_set() -> cpumask_set_cpu()
first_cpu() -> cpumask_first()
cpumask_of_cpu() -> cpumask_of()
cpus_* -> cpumask_*
There are some FIXMEs where we all archs to complete infrastructure
(patches have been sent):
cpu_coregroup_map -> cpu_coregroup_mask
node_to_cpumask* -> cpumask_of_node
There is also one FIXME where we pass an array of cpumasks to
partition_sched_domains(): this implies knowing the definition of
'struct cpumask' and the size of a cpumask. This will be fixed in a
future patch.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2008-11-24 17:52:42 +01:00
..
2008-10-20 08:52:40 -07:00
2008-10-22 01:19:37 +02:00
2008-11-12 17:17:18 -08:00
2008-10-22 15:38:42 -07:00
2008-11-08 21:37:46 +01:00
2008-11-05 14:40:25 +01:00
2008-10-21 13:25:28 +11:00
2008-10-30 11:38:47 -07:00
2008-11-10 13:50:19 -08:00
2008-11-11 21:15:50 -05:00
2008-10-20 11:01:52 -07:00
2008-10-20 08:50:25 -07:00
2008-10-20 08:52:42 -07:00
2008-11-06 08:41:55 +01:00
2008-10-23 08:20:34 -07:00
2008-10-21 07:48:52 -04:00
2008-10-20 08:52:32 -07:00
2008-11-12 17:17:18 -08:00
2008-10-21 07:47:22 -04:00
2008-10-20 08:52:34 -07:00
2008-10-30 11:38:45 -07:00
2008-11-09 11:17:33 -08:00
2008-11-23 11:41:01 +01:00
2008-11-09 21:09:54 +01:00
2008-11-19 18:49:58 -08:00
2008-10-23 18:51:22 +04:00
2008-10-23 05:13:16 -04:00
2008-10-23 10:23:07 -07:00
2008-10-22 20:21:31 +02:00
2008-10-21 17:45:06 +01:00
2008-10-20 08:52:37 -07:00
2008-10-20 08:52:36 -07:00
2008-10-21 07:47:06 -04:00
2008-10-30 11:38:45 -07:00
2008-10-30 11:38:45 -07:00
2008-10-31 00:59:46 -04:00
2008-10-21 07:47:06 -04:00
2008-11-11 10:29:11 +01:00
2008-11-24 17:46:24 +01:00
2008-11-18 15:08:56 +01:00
2008-11-06 22:20:46 +01:00
2008-10-27 15:06:01 +01:00
2008-11-12 09:54:40 +01:00
2008-10-23 13:52:40 +04:00
2008-10-22 20:21:30 +02:00
2008-10-22 20:21:33 +02:00
2008-10-24 12:54:18 -04:00
2008-10-21 07:47:30 -04:00
2008-11-04 14:49:57 -08:00
2008-10-29 22:02:09 +01:00
2008-11-15 12:26:44 -08:00
2008-11-13 10:31:36 +01:00
2008-10-20 13:23:01 -07:00
2008-11-03 18:21:45 +01:00
2008-10-21 15:54:40 +02:00
2008-10-23 08:55:01 -07:00
2008-10-20 08:52:40 -07:00
2008-10-20 13:23:01 -07:00
2008-11-24 17:44:55 +01:00
2008-10-28 14:21:34 +02:00
2008-10-28 14:22:15 +02:00
2008-10-20 22:34:12 +01:00
2008-11-10 08:04:47 -08:00
2008-11-13 23:19:10 -08:00
2008-11-16 09:01:30 +01:00
2008-10-20 08:52:39 -07:00
2008-10-20 08:52:31 -07:00
2008-10-20 08:52:39 -07:00
2008-10-20 08:52:30 -07:00
2008-10-20 08:52:39 -07:00
2008-10-29 00:51:25 +01:00
2008-10-22 10:00:23 +11:00
2008-10-22 10:00:23 +11:00
2008-11-06 15:41:21 -08:00
2008-10-30 19:55:00 +01:00
2008-10-23 05:13:20 -04:00
2008-11-19 18:49:57 -08:00
2008-10-30 23:54:35 -07:00
2008-10-21 15:17:48 +11:00
2008-10-23 08:55:02 -07:00
2008-10-20 08:52:30 -07:00
2008-10-20 08:52:32 -07:00
2008-10-20 08:50:26 -07:00
2008-10-22 16:42:43 -07:00
2008-10-23 10:20:36 -07:00
2008-10-22 16:42:35 -07:00
2008-11-03 14:31:18 -08:00
2008-10-26 23:07:25 -07:00
2008-10-23 00:11:07 -04:00
2008-10-23 18:54:05 +04:00
2008-10-23 08:55:01 -07:00
2008-10-20 08:52:39 -07:00
2008-11-12 17:17:17 -08:00
2008-11-03 18:36:48 +01:00
2008-11-16 09:01:25 +01:00
2008-10-21 07:49:04 -04:00
2008-10-30 11:38:45 -07:00
2008-11-23 11:44:37 +01:00
2008-10-20 08:52:40 -07:00
2008-11-24 17:52:42 +01:00
2008-10-30 11:38:47 -07:00
2008-11-23 09:45:39 +01:00
2008-11-12 12:29:56 +09:00
2008-11-13 20:49:02 +02:00
2008-10-22 07:00:38 -04:00
2008-11-06 09:05:33 +01:00
2008-11-23 11:53:50 +01:00
2008-11-02 10:15:07 -08:00
2008-10-20 08:52:40 -07:00
2008-10-20 08:52:31 -07:00
2008-11-19 18:49:57 -08:00
2008-10-20 08:52:42 -07:00
2008-11-11 09:30:23 -08:00
2008-10-22 09:48:06 +02:00
2008-11-06 08:42:48 +01:00
2008-11-07 16:09:23 +01:00
2008-11-16 09:01:36 +01:00
2008-10-21 07:47:06 -04:00
2008-11-13 14:45:00 -08:00
2008-10-21 14:31:15 -02:00
2008-10-23 15:48:28 +04:00
2008-10-23 17:35:04 +04:00
2008-11-06 09:05:33 +01:00