Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110389
b: refs/heads/master
c: 16dc552
h: refs/heads/master
i:
  110387: 58fcfc5
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Sep 22, 2008
1 parent 50b4a57 commit d888a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 0b88641f1bafdbd087d5e63987a30cc0eadd63b9
refs/heads/master: 16dc552f35bc0ec6fec8ef83f8032eee352d17f5
7 changes: 1 addition & 6 deletions trunk/arch/x86/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
tmp |= ~((1<<(hi - 1)) - 1);

if (tmp != mask_lo) {
static int once = 1;

if (once) {
printk(KERN_INFO "mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
once = 0;
}
WARN_ONCE(1, KERN_INFO "mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
mask_lo = tmp;
}
}
Expand Down

0 comments on commit d888a47

Please sign in to comment.