diff options
author | Dan Aloni | 2007-07-21 17:11:36 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-07-22 03:37:14 +0200 |
commit | 753811dc82a6a39554c34c13c996c3de9f4aa634 (patch) | |
tree | 90cd34c1a73b44cd68481e4d205c83143e410102 /arch/x86_64/kernel | |
parent | i386: fix iounmap's use of vm_struct's size field (diff) | |
download | kernel-qcow2-linux-753811dc82a6a39554c34c13c996c3de9f4aa634.tar.gz kernel-qcow2-linux-753811dc82a6a39554c34c13c996c3de9f4aa634.tar.xz kernel-qcow2-linux-753811dc82a6a39554c34c13c996c3de9f4aa634.zip |
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: 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>
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r-- | 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 3b443c80d3b0..8f681cae7bf7 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++) { |