Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309579
b: refs/heads/master
c: 2da06af
h: refs/heads/master
i:
  309577: 2286939
  309575: 231ab0f
v: v3
  • Loading branch information
zhenzhong.duan authored and H. Peter Anvin committed May 30, 2012
1 parent 95203c5 commit 31e2515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bbd771474ec44b516107685d77e1c80bbe09f141
refs/heads/master: 2da06af8106f8f35318bb084baf8448797ef058a
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mtrr/cleanup.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ range_to_mtrr(unsigned int reg, unsigned long range_startk,
if (align > max_align)
align = max_align;

sizek = 1 << align;
sizek = 1UL << align;
if (debug_print) {
char start_factor = 'K', size_factor = 'K';
unsigned long start_base, size_base;
Expand Down

0 comments on commit 31e2515

Please sign in to comment.