Skip to content

Commit

Permalink
[SPARC64]: Don't printk() any messaages in sun4v_build_irq().
Browse files Browse the repository at this point in the history
It just clutters up the log.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent e709370 commit fbf1c68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ 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 (%x:%x) --> sysino[%lx]\n",
devhandle, devino, sysino);

bucket = &ivector_table[sysino];

/* Catch accidental accesses to these things. IMAP/ICLR handling
Expand Down

0 comments on commit fbf1c68

Please sign in to comment.