Skip to content

Commit

Permalink
[SPARC64]: Trim down sun4v IRQ translation kernel log message.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent d5a2aa2 commit 87bdc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino, int pil, unsign

sysino = sun4v_devino_to_sysino(devhandle, devino);

printk(KERN_INFO "sun4v_irq: Mapping ( devh[%08x] devino[%08x] ) "
"--> sysino[%016lx]\n", devhandle, devino, sysino);
printk(KERN_INFO "sun4v_irq: Mapping (%x:%x) --> sysino[%lx]\n",
devhandle, devino, sysino);

bucket = &ivector_table[sysino];

Expand Down

0 comments on commit 87bdc36

Please sign in to comment.