Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283549
b: refs/heads/master
c: 3d6240b
h: refs/heads/master
i:
  283547: f05dca1
v: v3
  • Loading branch information
Dan Carpenter authored and Ingo Molnar committed Dec 7, 2011
1 parent 74ca6c7 commit 82e6557
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: 4f941c57fe7e04e38c2401d53516bfd16038c9ab
refs/heads/master: 3d6240b53e34e372be007e08f7066e7625910675
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/nmi_selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static void remote_ipi(void)
{
cpumask_copy(to_cpumask(nmi_ipi_mask), cpu_online_mask);
cpumask_clear_cpu(smp_processor_id(), to_cpumask(nmi_ipi_mask));
if (!cpumask_empty(nmi_ipi_mask))
if (!cpumask_empty(to_cpumask(nmi_ipi_mask)))
test_nmi_ipi(to_cpumask(nmi_ipi_mask));
}

Expand Down

0 comments on commit 82e6557

Please sign in to comment.