Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223971
b: refs/heads/master
c: 9ab181f
h: refs/heads/master
i:
  223969: 16b537d
  223967: 32f3822
v: v3
  • Loading branch information
Don Zickus authored and Ingo Molnar committed Jan 5, 2011
1 parent 3bff7d2 commit a7b6507
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: aef1b9cef78ae65c6501850851cc3f61f9be477b
refs/heads/master: 9ab181fa9ff73a38fccd0a4f1c40a38dfe62b535
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/apic/hw_nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ arch_trigger_all_cpu_backtrace_handler(struct notifier_block *self,
{
struct die_args *args = __args;
struct pt_regs *regs;
int cpu = smp_processor_id();
int cpu;

switch (cmd) {
case DIE_NMI:
Expand All @@ -63,6 +63,7 @@ arch_trigger_all_cpu_backtrace_handler(struct notifier_block *self,
}

regs = args->regs;
cpu = smp_processor_id();

if (cpumask_test_cpu(cpu, to_cpumask(backtrace_mask))) {
static arch_spinlock_t lock = __ARCH_SPIN_LOCK_UNLOCKED;
Expand Down

0 comments on commit a7b6507

Please sign in to comment.