Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93955
b: refs/heads/master
c: 86cf02f
h: refs/heads/master
i:
  93953: 8be6fed
  93951: 3d9b405
v: v3
  • Loading branch information
Linus Torvalds committed Apr 27, 2008
1 parent 006a324 commit 2bf7915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 064922a805ec7aadfafdd27aa6b4908d737c3c1d
refs/heads/master: 86cf02f8eaea1b09e102e0f432fc137dc5cf4407
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/pat.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ int reserve_memtype(u64 start, u64 end, unsigned long req_type,
break;
}

printk(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;
Expand Down

0 comments on commit 2bf7915

Please sign in to comment.