commit | ee943a82b697456f9d2ac46f1e6d230beedb4b6c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Dec 31 18:08:47 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 03 19:15:39 2009 +0100 |
tree | 33f83cff3d05f5189dc752d98b9ec157f0b75ad5 | |
parent | 9628937d5b37169151c5f6bbd40919c6ac958a46 [diff] |
x86: use cpumask_var_t in acpi/boot.c Impact: reduce stack size, use new API. Replace cpumask_t with cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>