Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212034
b: refs/heads/master
c: 2df7a6e
h: refs/heads/master
v: v3
  • Loading branch information
Brian Gerst authored and H. Peter Anvin committed Sep 9, 2010
1 parent dccc600 commit fd63d02
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: 1f999ab5a1360afc388868cc0ef9afe8edeef3be
refs/heads/master: 2df7a6e9e8e67c19e5fe2eac3f2d2223b7bb4a7b
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ extern unsigned long mmu_cr4_features;

static inline void set_in_cr4(unsigned long mask)
{
unsigned cr4;
unsigned long cr4;

mmu_cr4_features |= mask;
cr4 = read_cr4();
Expand All @@ -612,7 +612,7 @@ static inline void set_in_cr4(unsigned long mask)

static inline void clear_in_cr4(unsigned long mask)
{
unsigned cr4;
unsigned long cr4;

mmu_cr4_features &= ~mask;
cr4 = read_cr4();
Expand Down

0 comments on commit fd63d02

Please sign in to comment.