ACPI: remove cpumask_t usage
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 24 Sep 2009 15:34:38 +0000 (09:34 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:38 +0000 (09:34 +0930)
commite68110fb54c3c784fb66be67d8d18a86286eefdd
tree0135bee6037933a0fc8a22e0222664e9e860e916
parent144e2ce6115c0a1ee4cb5c935360ea4e2966b0ce
ACPI: remove cpumask_t usage

set_cpus_allowed() is on the way out; replace it with
set_cpus_allowed_ptr().

Reference: http://lkml.org/lkml/2008/11/6/448

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/acpi/osl.c