patch-2.4.22 linux-2.4.22/arch/ia64/lib/swiotlb.c

Next file: linux-2.4.22/arch/ia64/mm/extable.c
Previous file: linux-2.4.22/arch/ia64/lib/memset.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ia64/lib/swiotlb.c linux-2.4.22/arch/ia64/lib/swiotlb.c
@@ -116,7 +116,7 @@
 	io_tlb_index = 0;
 	io_tlb_orig_addr = alloc_bootmem(io_tlb_nslabs * sizeof(char *));
 
-	printk("Placing software IO TLB between 0x%p - 0x%p\n",
+	printk(KERN_INFO "Placing software IO TLB between 0x%p - 0x%p\n",
 	       (void *) io_tlb_start, (void *) io_tlb_end);
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)