Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53735
b: refs/heads/master
c: 9215da3
h: refs/heads/master
i:
  53733: a55aafb
  53731: 86361ac
  53727: 074a11d
v: v3
  • Loading branch information
Jan Beulich authored and Andi Kleen committed May 2, 2007
1 parent d43f157 commit 27e27f0
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: f76c392380a40008ee6ecaea4e5a51a3a10282c4
refs/heads/master: 9215da33209b861b01c51382254b178a3fe92a30
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ int generic_validate_add_page(unsigned long base, unsigned long size, unsigned i
}
}

if (base + size < 0x100) {
if (base < 0x100) {
printk(KERN_WARNING "mtrr: cannot set region below 1 MiB (0x%lx000,0x%lx000)\n",
base, size);
return -EINVAL;
Expand Down

0 comments on commit 27e27f0

Please sign in to comment.