Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88901
b: refs/heads/master
c: a7c7d0e
h: refs/heads/master
i:
  88899: cd5c70b
v: v3
  • Loading branch information
Ingo Molnar committed Apr 17, 2008
1 parent 5d2b337 commit ddd518f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 35605a1027ac630f85a1b95684f7e86b82498cd6
refs/heads/master: a7c7d0e91daebd7c5e51f9416d612b6a15e7e79a
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,10 @@ void __init get_mtrr_state(void)
else
printk(KERN_INFO "MTRR %u disabled\n", i);
}
if (tom2)
printk(KERN_INFO "TOM2: %016lx aka %ldM\n", tom2, tom2>>20);
if (tom2) {
printk(KERN_INFO "TOM2: %016llx aka %lldM\n",
tom2, tom2>>20);
}
}
mtrr_state_set = 1;

Expand Down

0 comments on commit ddd518f

Please sign in to comment.