Skip to content

Commit

Permalink
x86_64: arch/x86_64/kernel/aperture.c lower printk severity
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Dan Aloni authored and Linus Torvalds committed Jul 22, 2007
1 parent 9585116 commit 753811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/aperture.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 753811d

Please sign in to comment.