cpumask: Provide a generic set of CPUMASK_ALLOC macros
authorMike Travis <travis@sgi.com>
Tue, 15 Jul 2008 21:14:36 +0000 (14:14 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 20:03:00 +0000 (22:03 +0200)
commit77586c2bdad0798cb24e35de5a878e7c6b200574
treeba400aecb986671fb70d2fb0c80140ac2fdedfb5
parent4755b9291204982ac908e069674d6e5eb45815b3
cpumask: Provide a generic set of CPUMASK_ALLOC macros

  * Provide a generic set of CPUMASK_ALLOC macros patterned after the
    SCHED_CPUMASK_ALLOC macros.  This is used where multiple cpumask_t
    variables are declared on the stack to reduce the amount of stack
    space required.

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/cpumask.h