Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24499
b: refs/heads/master
c: b791cce
h: refs/heads/master
i:
  24497: c640524
  24495: 5fa4122
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Mar 28, 2006
1 parent c090e66 commit 5552297
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: ca43b317fc557bbcca845c684d93375286bf9e0b
refs/heads/master: b791ccef21129f9c7e4ab8274d5d7a0ec0a2fb7c
3 changes: 2 additions & 1 deletion trunk/arch/i386/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ void nmi_watchdog_tick (struct pt_regs * regs)
* always switch the stack NMI-atomically, it's safe to use
* smp_processor_id().
*/
int sum, cpu = smp_processor_id();
unsigned int sum;
int cpu = smp_processor_id();

sum = per_cpu(irq_stat, cpu).apic_timer_irqs;

Expand Down

0 comments on commit 5552297

Please sign in to comment.