Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 753811dc authored by Dan Aloni's avatar Dan Aloni Committed by Linus Torvalds
Browse files

x86_64: arch/x86_64/kernel/aperture.c lower printk severity



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: default avatarDan Aloni <da-x@monatomic.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9585116b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {