diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-14 19:37:13 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:12:55 -0500 |
| commit | fbf1c68eaf8a945c8617e355d8d6bd2fa09109d2 (patch) | |
| tree | 2bbcc939809d8752631fda9a0842e22868dcbb78 | |
| parent | e7093703d912254b5667dfe851a6d0f7e664f9df (diff) | |
[SPARC64]: Don't printk() any messaages in sun4v_build_irq().
It just clutters up the log.
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | arch/sparc64/kernel/irq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/irq.c b/arch/sparc64/kernel/irq.c index 0d3b0ea329c1..72e626b54ba5 100644 --- a/arch/sparc64/kernel/irq.c +++ b/arch/sparc64/kernel/irq.c | |||
| @@ -333,9 +333,6 @@ unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino, int pil, unsign | |||
| 333 | 333 | ||
| 334 | sysino = sun4v_devino_to_sysino(devhandle, devino); | 334 | sysino = sun4v_devino_to_sysino(devhandle, devino); |
| 335 | 335 | ||
| 336 | printk(KERN_INFO "sun4v_irq: Mapping (%x:%x) --> sysino[%lx]\n", | ||
| 337 | devhandle, devino, sysino); | ||
| 338 | |||
| 339 | bucket = &ivector_table[sysino]; | 336 | bucket = &ivector_table[sysino]; |
| 340 | 337 | ||
| 341 | /* Catch accidental accesses to these things. IMAP/ICLR handling | 338 | /* Catch accidental accesses to these things. IMAP/ICLR handling |
