projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9585116
)
x86_64: arch/x86_64/kernel/aperture.c lower printk severity
author
Dan Aloni
<
[email protected]
>
Sat, 21 Jul 2007 15:11:36 +0000
(17:11 +0200)
committer
Linus Torvalds
<
[email protected]
>
Sun, 22 Jul 2007 01:37:14 +0000
(18:37 -0700)
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 <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Andi Kleen <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86_64/kernel/aperture.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/aperture.c
b/arch/x86_64/kernel/aperture.c
index 3b443c80d3b065b18009e5410afaefe62057596f..8f681cae7bf7df3c8a6749799d1d5b2f14682170 100644
(file)
--- 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++) {