mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/11] arch/x86_64/kernel/aperture.c: lower printk severity
@ 2007-07-04 12:27 Dan Aloni
  2007-07-04 12:28 ` [PATCH 2/11] arch/x86_64/kernel/apic.c: " Dan Aloni
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Dan Aloni @ 2007-07-04 12:27 UTC (permalink / raw)
  To: Linux Kernel List

Users that use kernel log filtering (e.g. via syslogd or a proprietry
method) wouldn't like to see warning prints that are not really warnings.

Signed-off-by: Dan Aloni <da-x@monatomic.org>
---
 arch/x86_64/kernel/aperture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86_64/kernel/aperture.c b/arch/x86_64/kernel/aperture.c
index a3d450d..3b63074 100644
--- a/arch/x86_64/kernel/aperture.c
+++ b/arch/x86_64/kernel/aperture.c
@@ -214,7 +214,7 @@ void __init iommu_hole_init(void)
 	if (iommu_aperture_disabled || !fix_aperture || !early_pci_allowed())
 		return;
 
-	printk("Checking aperture...\n"); 
+	printk(KERN_INFO  "Checking aperture...\n");
 
 	fix = 0;
 	for (num = 24; num < 32; num++) {		
-- 
1.4.4.3


-- 
Dan Aloni
XIV LTD, http://www.xivstorage.com
da-x (at) monatomic.org, dan (at) xiv.co.il

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

end of thread, other threads:[~2007-07-05 17:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04 12:27 [PATCH 1/11] arch/x86_64/kernel/aperture.c: lower printk severity Dan Aloni
2007-07-04 12:28 ` [PATCH 2/11] arch/x86_64/kernel/apic.c: " Dan Aloni
2007-07-04 12:28 ` [PATCH 3/11] arch/x86_64/kernel/e820.c: " Dan Aloni
2007-07-04 12:28 ` [PATCH 4/11] net/ipv4/netfilter/ip_tables.c: " Dan Aloni
2007-07-04 12:28 ` [PATCH 5/11] drivers/char/ipmi/ipmi_poweroff.c: " Dan Aloni
2007-07-04 12:29 ` [PATCH 6/11] drivers/char/ipmi/ipmi_si_intf.c: " Dan Aloni
2007-07-04 12:29 ` [PATCH 7/11] mm/page_alloc.c: " Dan Aloni
2007-07-04 12:29 ` [PATCH 8/11] drivers/acpi/pci_link.c: " Dan Aloni
2007-07-04 12:30 ` [PATCH 9/11] arch/x86_64/kernel/process.c: " Dan Aloni
2007-07-04 12:30 ` [PATCH 10/11] drivers/block/rd.c: " Dan Aloni
2007-07-05 17:59   ` Randy Dunlap
2007-07-04 12:30 ` [PATCH 11/11] kernel/sched.c: " Dan Aloni
2007-07-05 11:24   ` Ingo Molnar

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

all inboxes | Powered by JetHome®