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:
064922a
)
x86 PAT: tone down debugging messages some more
author
Linus Torvalds
<
[email protected]
>
Sun, 27 Apr 2008 18:59:30 +0000
(11:59 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 27 Apr 2008 18:59:30 +0000
(11:59 -0700)
Ingo already fixed one of these at my request (in "x86 PAT: tone down
debugging messages", commit
1ebcc654f010d4a63f3ebf8ddd2cab5a709b1824
),
but there was another one he missed.
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86/mm/pat.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/pat.c
b/arch/x86/mm/pat.c
index e7ca7fc48d123d723be9e3efef3e63b1c34b74ba..b17cdf64e41e1ea34c46d4384eece0e308bb0e84 100644
(file)
--- a/
arch/x86/mm/pat.c
+++ b/
arch/x86/mm/pat.c
@@
-387,8
+387,8
@@
int reserve_memtype(u64 start, u64 end, unsigned long req_type,
break;
}
- pr
intk
(KERN_INFO "Overlap at 0x%Lx-0x%Lx\n",
- saved_ptr->start, saved_ptr->end);
+ pr
_debug
(KERN_INFO "Overlap at 0x%Lx-0x%Lx\n",
+
saved_ptr->start, saved_ptr->end);
/* No conflict. Go ahead and add this new entry */
list_add(&new_entry->nd, &saved_ptr->nd);
new_entry = NULL;