Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283546
b: refs/heads/master
c: 565cbc3
h: refs/heads/master
v: v3
  • Loading branch information
Don Zickus authored and Ingo Molnar committed Dec 6, 2011
1 parent eb2a672 commit 67b7b74
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 53b5650273fea486ac8ac6c1d1e9a6cd17aa31ca
refs/heads/master: 565cbc3e934f221369a656b4469a044aa4c3f2a8
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/nmi_selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ 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));
test_nmi_ipi(to_cpumask(nmi_ipi_mask));
if (!cpumask_empty(nmi_ipi_mask))
test_nmi_ipi(to_cpumask(nmi_ipi_mask));
}

static void local_ipi(void)
Expand Down

0 comments on commit 67b7b74

Please sign in to comment.