ia64: Remove extraneous printks (we already get the same information from ACPI). (iosapic_init): Remove extraneous printk. (pci_acpi_scan_root): Remove extraneous printk. (To be complete, ACPI doesn't tell us the IOSAPIC version, so if you think that's important, skip that patch.) ===== arch/ia64/kernel/iosapic.c 1.32 vs edited ===== --- 1.32/arch/ia64/kernel/iosapic.c Thu Aug 21 13:24:35 2003 +++ edited/arch/ia64/kernel/iosapic.c Tue Nov 25 13:23:48 2003 @@ -628,9 +628,6 @@ iosapic_lists[num_iosapic].num_rte = num_rte; num_iosapic++; - printk(KERN_INFO " IOSAPIC v%x.%x, address 0x%lx, GSIs 0x%x-0x%x\n", - (ver & 0xf0) >> 4, (ver & 0x0f), phys_addr, gsi_base, gsi_base + num_rte - 1); - if ((gsi_base == 0) && pcat_compat) { /* * Map the legacy ISA devices into the IOSAPIC data. Some of these may ===== arch/ia64/pci/pci.c 1.37 vs edited ===== --- 1.37/arch/ia64/pci/pci.c Thu Jul 31 17:47:19 2003 +++ edited/arch/ia64/pci/pci.c Tue Nov 25 13:23:17 2003 @@ -260,7 +260,6 @@ unsigned int windows = 0; char *name; - printk("PCI: Probing PCI hardware on bus (%04x:%02x)\n", domain, bus); controller = alloc_pci_controller(domain); if (!controller) goto out1; - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Dec 18 15:29:55 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:21 EST