commit | 77586c2bdad0798cb24e35de5a878e7c6b200574 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Tue Jul 15 14:14:36 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 18 22:03:00 2008 +0200 |
tree | ba400aecb986671fb70d2fb0c80140ac2fdedfb5 | |
parent | 4755b9291204982ac908e069674d6e5eb45815b3 [diff] |
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>