Mike Travis
f70316dace
generic: 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)
* Modify CPU_MASK_ALL
Depends on:
[sched-devel]: sched: add new set_cpus_allowed_ptr function
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-02-07 00:59:18 -05:00
2008-02-07 03:13:36 -05:00
2008-02-21 02:01:30 -05:00
2008-02-14 00:28:05 -05:00
2008-01-23 14:43:44 -05:00
2007-05-09 23:34:35 -04:00
2007-08-11 15:47:42 -07:00
2008-04-01 11:21:08 -07:00
Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into release
2008-02-07 03:09:43 -05:00
2008-03-13 01:59:49 -04:00
2008-01-01 14:27:24 -05:00
2007-07-23 13:56:42 -04:00
2008-03-18 02:31:34 -04:00
2008-03-17 22:37:42 -04:00
2008-02-07 03:38:22 -05:00
2008-02-14 02:43:39 -05:00
2008-04-15 19:35:41 -07:00
2008-03-11 13:38:49 -04:00
2007-07-23 13:56:42 -04:00
2007-11-19 12:25:46 -05:00
2008-03-18 05:16:38 -04:00
2008-03-18 21:32:24 -07:00
2008-02-14 01:04:18 -05:00
2008-03-28 10:16:53 -07:00
2008-02-07 03:33:23 -05:00
2008-03-15 11:58:04 -07:00
2008-02-09 03:22:13 -05:00
2008-02-07 03:33:23 -05:00
2008-04-17 10:42:46 -04:00
2008-02-07 03:33:23 -05:00
2008-03-25 15:21:30 -07:00
2008-02-07 03:33:23 -05:00
2008-02-21 02:56:32 -05:00
2008-02-07 00:49:28 -05:00
2008-04-08 18:25:53 -07:00
2008-03-26 00:58:19 -04:00
2008-02-07 14:47:40 -05:00
2008-02-01 23:18:19 -05:00
2008-04-19 19:44:58 +02:00
2008-02-09 03:22:13 -05:00
2008-03-18 05:13:14 -04:00
2007-12-14 15:14:06 -05:00
2008-03-25 22:48:37 -04:00
2008-03-12 17:57:22 -04:00
2007-03-30 14:16:10 -04:00
2008-04-08 18:25:52 -07:00
2008-03-11 13:35:08 -04:00
2008-03-11 23:57:20 -04:00
2008-04-05 12:14:13 -07:00
2008-03-11 17:59:05 -04:00