Mike Travis 321a8e9dcb cpumask: add CPU_MASK_ALL_PTR macro
* Add a static cpumask_t variable "CPU_MASK_ALL_PTR" to use as
    a pointer reference to CPU_MASK_ALL.  This reduces where possible
    the instances where CPU_MASK_ALL allocates and fills a large
    array on the stack.  Used only if NR_CPUS > BITS_PER_LONG.

  * Change init/main.c to use new set_cpus_allowed_ptr().

Depends on:
	[sched-devel]: sched: add new set_cpus_allowed_ptr function

Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-04-19 19:44:59 +02:00
..
2008-04-17 10:42:34 -04:00
2008-04-17 10:42:34 -04:00
2008-03-07 16:56:54 -06:00
2008-04-17 10:42:34 -04:00
2008-04-17 10:42:34 -04:00
2008-04-19 19:44:59 +02:00
2008-04-16 21:09:33 -07:00
2008-04-18 11:51:19 -05:00