Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165612
b: refs/heads/master
c: e68110f
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Rusty Russell committed Sep 24, 2009
1 parent 0b4664c commit a58765f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 144e2ce6115c0a1ee4cb5c935360ea4e2966b0ce
refs/heads/master: e68110fb54c3c784fb66be67d8d18a86286eefdd
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ acpi_status __init acpi_os_initialize(void)

static void bind_to_cpu0(struct work_struct *work)
{
set_cpus_allowed(current, cpumask_of_cpu(0));
set_cpus_allowed_ptr(current, cpumask_of(0));
kfree(work);
}

Expand Down

0 comments on commit a58765f

Please sign in to comment.