Mike Travis
fc0e474840
x86: use new set_cpus_allowed_ptr function
...
* Use new set_cpus_allowed_ptr() function added by previous patch,
which instead of passing the "newly allowed cpus" cpumask_t arg
by value, pass it by pointer:
-int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask)
+int set_cpus_allowed_ptr(struct task_struct *p, const cpumask_t *new_mask)
* Cleanup uses of CPU_MASK_ALL.
* Collapse other NR_CPUS changes to arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
Use pointers to cpumask_t arguments whenever possible.
Depends on:
[sched-devel]: sched: add new set_cpus_allowed_ptr function
Cc: Len Brown <len.brown@intel.com >
Cc: Dave Jones <davej@codemonkey.org.uk >
Signed-off-by: Mike Travis <travis@sgi.com >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2008-04-19 19:44:58 +02:00
..
2008-04-19 19:44:58 +02:00
2008-04-19 19:44:58 +02:00
2008-04-17 17:41:29 +02:00
2008-04-17 17:41:19 +02:00
2008-04-17 17:41:35 +02:00
2008-04-17 17:41:35 +02:00
2008-04-17 17:40:51 +02:00
2008-04-17 17:40:46 +02:00
2008-04-17 17:41:30 +02:00
2008-04-17 17:41:30 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:40:51 +02:00
2008-04-17 17:41:37 +02:00
2008-04-17 17:40:51 +02:00
2008-02-19 16:18:28 +01:00
2008-02-13 16:20:35 +01:00
2008-02-19 16:18:28 +01:00
2008-04-17 17:41:30 +02:00
2008-04-17 17:41:13 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:33 +02:00
2008-02-09 23:24:08 +01:00
2008-04-17 17:40:49 +02:00
2008-04-17 17:41:29 +02:00
2008-04-17 17:40:49 +02:00
2008-04-17 17:41:37 +02:00
2008-04-04 18:36:49 +02:00
2008-04-17 10:42:34 -04:00
2008-04-17 17:40:57 +02:00
2008-02-13 16:20:35 +01:00
2008-02-19 16:18:34 +01:00
2008-02-29 18:55:42 +01:00
2008-04-17 17:41:36 +02:00
2008-04-19 19:44:58 +02:00
2008-03-26 22:23:40 +01:00
2008-04-17 17:40:56 +02:00
2008-04-17 17:40:57 +02:00
2008-04-18 10:02:12 -07:00
2008-04-17 17:41:33 +02:00
2008-04-02 15:28:19 -07:00
2008-04-18 08:37:01 -07:00
2008-04-17 17:40:49 +02:00
2008-03-26 22:23:40 +01:00
2008-04-19 19:44:58 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:40:50 +02:00
2008-04-17 17:41:21 +02:00
2008-04-17 17:41:01 +02:00
2008-04-17 17:41:33 +02:00
2008-04-17 17:40:59 +02:00
2008-04-04 18:36:46 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:40:45 +02:00
2008-03-21 17:06:15 +01:00
2008-04-19 19:44:58 +02:00
2008-04-17 17:41:29 +02:00
2008-04-17 17:41:29 +02:00
2008-04-17 17:40:47 +02:00
2008-04-18 08:37:01 -07:00
2008-04-17 17:41:37 +02:00
2008-04-17 17:41:37 +02:00
2008-04-17 17:41:35 +02:00
2008-04-17 17:40:46 +02:00
2008-04-17 17:41:33 +02:00
2008-04-17 17:40:57 +02:00
2008-04-17 17:41:30 +02:00
2008-04-17 17:41:37 +02:00
2008-04-17 17:40:55 +02:00
2008-04-17 17:40:55 +02:00
2008-04-17 17:40:57 +02:00
2008-02-26 12:55:58 +01:00
2008-04-17 17:40:58 +02:00
2008-04-17 17:40:59 +02:00
2008-04-17 17:40:48 +02:00
2008-04-17 17:41:15 +02:00
2008-02-14 23:30:20 +01:00
2008-02-08 09:22:29 -08:00
2008-04-17 17:40:56 +02:00
2008-04-17 17:41:30 +02:00
2008-04-10 17:28:26 -07:00
2008-02-19 16:18:30 +01:00
2008-04-17 17:41:37 +02:00
2008-04-17 17:41:37 +02:00
2008-04-18 08:37:01 -07:00
2008-04-18 08:37:01 -07:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:33 +02:00
2008-04-17 17:40:47 +02:00
2008-04-17 17:40:47 +02:00
2008-04-17 17:41:29 +02:00
2008-02-29 18:55:39 +01:00
2008-04-18 08:25:51 -07:00