public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] quiet some ACPI boot messages
@ 2004-08-24 22:20 Jesse Barnes
       [not found] ` <200408241520.08211.jbarnes-UzQTBcouhwxWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Barnes @ 2004-08-24 22:20 UTC (permalink / raw)
  To: Len Brown, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

This patch kills a couple of NUMA related printks and makes the tables parsing 
ones use KERN_DEBUG instead of KERN_INFO since most people don't really care 
where their ACPI tables are located.

Signed-off-by: Jesse Barnes <jbarnes-sJ/iWh9BUns@public.gmane.org>

Thanks,
Jesse

[-- Attachment #2: acpi-quiet.patch --]
[-- Type: text/plain, Size: 1433 bytes --]

===== drivers/acpi/numa.c 1.10 vs edited =====
--- 1.10/drivers/acpi/numa.c	2004-02-18 01:19:31 -08:00
+++ edited/drivers/acpi/numa.c	2004-08-24 15:16:12 -07:00
@@ -94,8 +94,6 @@
 	/* downcast just for %llu vs %lu for i386/ia64  */
 	localities = (u32) slit->localities;
 
-	printk(KERN_INFO PREFIX "SLIT localities %ux%u\n", localities, localities);
-
 	acpi_numa_slit_init(slit);
 
 	return 0;
@@ -147,8 +145,6 @@
 		return -EINVAL;
 
 	srat = (struct acpi_table_srat *) __va(phys_addr);
-
-	printk(KERN_INFO PREFIX "SRAT revision %d\n", srat->table_revision);
 
 	return 0;
 }
===== drivers/acpi/tables.c 1.25 vs edited =====
--- 1.25/drivers/acpi/tables.c	2004-06-30 08:45:45 -07:00
+++ edited/drivers/acpi/tables.c	2004-08-24 15:12:20 -07:00
@@ -101,7 +101,7 @@
 	else
 		name = header->signature;
 
-	printk(KERN_INFO PREFIX "%.4s (v%3.3d %6.6s %8.8s 0x%08x %.4s 0x%08x) @ 0x%p\n",
+	printk(KERN_DEBUG PREFIX "%.4s (v%3.3d %6.6s %8.8s 0x%08x %.4s 0x%08x) @ 0x%p\n",
 		name, header->revision, header->oem_id,
 		header->oem_table_id, header->oem_revision,
 		header->asl_compiler_id, header->asl_compiler_revision,
@@ -587,7 +587,7 @@
 		return -ENODEV;
 	}
 
-	printk(KERN_INFO PREFIX "RSDP (v%3.3d %6.6s                                    ) @ 0x%p\n",
+	printk(KERN_DEBUG PREFIX "RSDP (v%3.3d %6.6s                                ) @ 0x%p\n",
 		rsdp->revision, rsdp->oem_id, (void *) rsdp_phys);
 
 	if (rsdp->revision < 2)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-25  2:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-24 22:20 [PATCH] quiet some ACPI boot messages Jesse Barnes
     [not found] ` <200408241520.08211.jbarnes-UzQTBcouhwxWk0Htik3J/w@public.gmane.org>
2004-08-25  2:23   ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox