Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116424
b: refs/heads/master
c: 1d5f6b3
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 14285e0 commit 633c7c4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 46926b67fc663d357a1a8174328998a9e49da0b8
refs/heads/master: 1d5f6b36c4736af1dac396d6267eb53dcc8c0021
5 changes: 4 additions & 1 deletion trunk/arch/x86/kernel/irq_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ int show_interrupts(struct seq_file *p, void *v)

if (i < nr_irqs) {
unsigned any_count = 0;
struct irq_desc *desc = irq_to_desc(i);
struct irq_desc *desc = __irq_to_desc(i);

if (!desc)
return 0;

spin_lock_irqsave(&desc->lock, flags);
#ifndef CONFIG_SMP
Expand Down

0 comments on commit 633c7c4

Please sign in to comment.