x86: use cpumask_var_t in acpi/boot.c
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Jan 2009 02:08:47 +0000 (18:08 -0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 3 Jan 2009 18:15:39 +0000 (19:15 +0100)
commitee943a82b697456f9d2ac46f1e6d230beedb4b6c
tree33f83cff3d05f5189dc752d98b9ec157f0b75ad5
parent9628937d5b37169151c5f6bbd40919c6ac958a46
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>
arch/x86/kernel/acpi/boot.c