Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32769
b: refs/heads/master
c: 198c167
h: refs/heads/master
i:
  32767: 5ae4f03
v: v3
  • Loading branch information
Raymond Burns authored and David S. Miller committed Jul 21, 2006
1 parent 8fa1a9f commit fcd8f15
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c2d3bffebc2cb651ed33abae2434f85cd503a498
refs/heads/master: 198c167c5424d30d4f6687aed6e54ef71036f8e9
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ void handler_irq(int irq, struct pt_regs * regs)
disable_pil_irq(irq);
#ifdef CONFIG_SMP
/* Only rotate on lower priority IRQ's (scsi, ethernet, etc.). */
if(irq < 10)
if((sparc_cpu_model==sun4m) && (irq < 10))
smp4m_irq_rotate(cpu);
#endif
action = sparc_irq[irq].action;
Expand Down

0 comments on commit fcd8f15

Please sign in to comment.