Commit 4a27214d authored by Linus Torvalds's avatar Linus Torvalds

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
parents c837c93a 8db979bc
...@@ -334,7 +334,7 @@ int reserve_memtype(u64 start, u64 end, unsigned long req_type, ...@@ -334,7 +334,7 @@ int reserve_memtype(u64 start, u64 end, unsigned long req_type,
break; break;
} }
printk("Overlap at 0x%Lx-0x%Lx\n", pr_debug("Overlap at 0x%Lx-0x%Lx\n",
saved_ptr->start, saved_ptr->end); saved_ptr->start, saved_ptr->end);
/* No conflict. Go ahead and add this new entry */ /* No conflict. Go ahead and add this new entry */
list_add(&new_entry->nd, saved_ptr->nd.prev); list_add(&new_entry->nd, saved_ptr->nd.prev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment