]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3022ad7b6d217e93359773d9fc0265b58bc2136d
tree33f83cff3d05f5189dc752d98b9ec157f0b75ad5
parent9034be9f4bb1b79cc06b181d0c4f124aeabdd5c6
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