Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14454
b: refs/heads/master
c: 75be99a
h: refs/heads/master
v: v3
  • Loading branch information
Ryan Bradetich authored and Kyle McMartin committed Nov 17, 2005
1 parent 6fc0f99 commit 57ebda1
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: 03afe22f074231196dcf3298f962cfc787ebbc60
refs/heads/master: 75be99a8c597aaebf82802109cdfd1249eea951e
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ void do_cpu_irq_mask(struct pt_regs *regs)
!cpu_isset(smp_processor_id(), dest)) {
int cpu = first_cpu(dest);

printk("redirecting irq %d from CPU %d to %d\n",
printk(KERN_DEBUG "redirecting irq %d from CPU %d to %d\n",
irq, smp_processor_id(), cpu);
gsc_writel(irq + CPU_IRQ_BASE,
cpu_data[cpu].hpa);
Expand Down

0 comments on commit 57ebda1

Please sign in to comment.