Files
android_kernel_xiaomi_sm8450/arch/x86/kernel
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
..
2007-10-17 21:19:04 +02:00
2008-04-17 17:41:19 +02:00
2008-04-17 17:40:51 +02:00
2007-10-11 11:17:01 +02:00
2007-10-11 11:17:24 +02:00
2007-10-19 11:53:33 -07:00
2007-10-13 10:01:23 -07:00
2008-01-30 13:31:31 +01:00
2008-04-17 17:41:37 +02:00
2008-02-19 16:18:28 +01:00
2007-10-11 11:17:01 +02:00
2008-01-30 13:31:19 +01:00
2008-02-19 16:18:28 +01:00
2008-04-17 17:41:13 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:33 +02:00
2008-04-17 17:40:49 +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 17:40:57 +02:00
2008-02-13 16:20:35 +01:00
2008-03-26 22:23:40 +01:00
2008-01-30 13:33:10 +01:00
2008-04-17 17:40:56 +02:00
2007-10-11 11:17:24 +02:00
2008-04-18 10:02:12 -07:00
2007-10-11 11:17:01 +02:00
2007-10-11 11:17:24 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:21 +02:00
2008-01-30 13:33:19 +01:00
2008-04-17 17:40:59 +02:00
2007-10-11 11:17:01 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:37 +02:00
2008-04-17 17:41:37 +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
2007-10-17 08:42:55 -07:00
2008-02-08 09:22:29 -08:00
2008-04-17 17:40:56 +02:00
2008-01-30 13:31:52 +01:00
2008-04-17 17:41:37 +02:00
2007-10-11 11:17:24 +02:00
2008-02-04 16:47:54 +01:00
2007-10-11 11:17:01 +02:00
2008-04-17 17:41:29 +02:00