Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135883
b: refs/heads/master
c: e2ab3df
h: refs/heads/master
i:
  135881: dec783f
  135879: fab1ff7
v: v3
  • Loading branch information
David Miller authored and Linus Torvalds committed Mar 27, 2009
1 parent 8f53879 commit 1aa4754
Show file tree
Hide file tree
Showing 2 changed files with 4 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: be0ea69674ed95e1e98cb3687a241badc756d228
refs/heads/master: e2ab3dff9d515ef69ac7c245b5ad1e348f2106be
4 changes: 3 additions & 1 deletion trunk/arch/sparc/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,12 +724,14 @@ void timer_interrupt(int irq, struct pt_regs *regs)
unsigned long tick_mask = tick_ops->softint_mask;
int cpu = smp_processor_id();
struct clock_event_device *evt = &per_cpu(sparc64_events, cpu);
struct irq_desc *desc;

clear_softint(tick_mask);

irq_enter();

kstat_this_cpu.irqs[0]++;
desc = irq_to_desc(0);
kstat_incr_irqs_this_cpu(0, desc);

if (unlikely(!evt->event_handler)) {
printk(KERN_WARNING
Expand Down

0 comments on commit 1aa4754

Please sign in to comment.