Sfoglia il codice sorgente

[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>
David S. Miller 19 anni fa
parent
commit
fbf1c68eaf
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      arch/sparc64/kernel/irq.c

+ 0 - 3
arch/sparc64/kernel/irq.c

@@ -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