kernel-hacking-2024-linux-s.../drivers/firmware
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
..
dcdbas.c generic: use new set_cpus_allowed_ptr function 2008-04-19 19:44:58 +02:00
dcdbas.h
dell_rbu.c
dmi-id.c
dmi_scan.c ipmi: change device node ordering to reflect probe order 2008-04-04 14:46:26 -07:00
edd.c
efivars.c
Kconfig
Makefile
pcdp.c
pcdp.h