* silence mmconfig printk.
@ 2008-08-14 19:07 Dave Jones
2008-08-15 11:52 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2008-08-14 19:07 UTC (permalink / raw)
To: Linux Kernel; +Cc: x86
There's so much broken mmconfig hardware/bios'es out there,
that classing this as an error seems a little extreme.
Lower its priority to KERN_INFO so that it isn't so noisy
when booting with 'quiet'
Signed-off-by: Dave Jones <davej@redhat.com>
diff -up linux-2.6.26.noarch/arch/x86/pci/mmconfig-shared.c.jx linux-2.6.26.noarch/arch/x86/pci/mmconfig-shared.c
--- linux-2.6.26.noarch/arch/x86/pci/mmconfig-shared.c.jx 2008-08-12 14:03:38.000000000 -0400
+++ linux-2.6.26.noarch/arch/x86/pci/mmconfig-shared.c 2008-08-12 14:09:43.000000000 -0400
@@ -365,7 +365,7 @@ static void __init pci_mmcfg_reject_brok
return;
reject:
- printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
+ printk(KERN_INFO "PCI: Not using MMCONFIG.\n");
pci_mmcfg_arch_free();
kfree(pci_mmcfg_config);
pci_mmcfg_config = NULL;
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: silence mmconfig printk.
2008-08-14 19:07 silence mmconfig printk Dave Jones
@ 2008-08-15 11:52 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-08-15 11:52 UTC (permalink / raw)
To: Dave Jones, Linux Kernel, x86
* Dave Jones <davej@redhat.com> wrote:
> There's so much broken mmconfig hardware/bios'es out there, that
> classing this as an error seems a little extreme. Lower its priority
> to KERN_INFO so that it isn't so noisy when booting with 'quiet'
applied to tip/x86/urgent - thanks Dave.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-15 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14 19:07 silence mmconfig printk Dave Jones
2008-08-15 11:52 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox