Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140454
b: refs/heads/master
c: c5c67c7
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Apr 3, 2009
1 parent fd42f76 commit 54144f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 9b7b89efa3bdaceaa2efb93e2d635391835da209
refs/heads/master: c5c67c7cba6a652d1c62dce45b0c130e5cb2a802
3 changes: 0 additions & 3 deletions trunk/arch/x86/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
*base = base_hi << (32 - PAGE_SHIFT) | base_lo >> PAGE_SHIFT;
*type = base_lo & 0xff;

printk(KERN_DEBUG " get_mtrr: cpu%d reg%02d base=%010lx size=%010lx %s\n",
cpu, reg, *base, *size,
mtrr_attrib_to_str(*type & 0xff));
out_put_cpu:
put_cpu();
}
Expand Down

0 comments on commit 54144f7

Please sign in to comment.