All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove extraneous printks
@ 2003-12-18 20:27 Bjorn Helgaas
  0 siblings, 0 replies; only message in thread
From: Bjorn Helgaas @ 2003-12-18 20:27 UTC (permalink / raw)
  To: linux-ia64

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-12-18 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-18 20:27 [PATCH] Remove extraneous printks Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.