Files
kernel_arpi/include/linux
Mike Travis 9f0e8d0400 x86: convert cpumask_of_cpu macro to allocated array
* Here is a simple patch to use an allocated array of cpumasks to
    represent cpumask_of_cpu() instead of constructing one on the stack.
    It's based on the Kconfig option "HAVE_CPUMASK_OF_CPU_MAP" which is
    currently only set for x86_64 SMP.  Otherwise the the existing
    cpumask_of_cpu() is used but has been changed to produce an lvalue
    so a pointer to it can be used.

Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Christoph Lameter <clameter@sgi.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-19 09:59:43 +10:00
2008-04-17 20:05:38 +02:00
2008-04-04 18:36:49 +02:00
2008-04-17 12:22:31 +02:00
2008-04-17 20:05:42 +02:00
2008-04-19 19:44:57 +02:00
2008-04-17 15:44:25 -04:00
2008-04-17 10:42:14 -04:00
2008-04-17 10:43:01 -04:00
2008-04-17 20:05:37 +02:00
2008-04-17 20:05:36 +02:00
2008-04-07 13:14:22 -07:00