Skip to content

Commit 4a27214

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixes
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixes: x86 PAT: decouple from nonpromisc devmem x86 PAT: tone down debugging messages
2 parents c837c93 + 8db979b commit 4a27214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/mm/pat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ int reserve_memtype(u64 start, u64 end, unsigned long req_type,
334334
break;
335335
}
336336

337-
printk("Overlap at 0x%Lx-0x%Lx\n",
337+
pr_debug("Overlap at 0x%Lx-0x%Lx\n",
338338
saved_ptr->start, saved_ptr->end);
339339
/* No conflict. Go ahead and add this new entry */
340340
list_add(&new_entry->nd, saved_ptr->nd.prev);

0 commit comments

Comments
 (0)