Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58116
b: refs/heads/master
c: 4710bcc
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 1, 2007
1 parent 0bac47e commit 8b2353e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: abdba717253382a669af9c719313ec602cc95a2d
refs/heads/master: 4710bcce8e02257c8a423b7a62ea81d0207582c8
5 changes: 0 additions & 5 deletions trunk/arch/i386/kernel/cpu/mtrr/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,6 @@ int generic_validate_add_page(unsigned long base, unsigned long size, unsigned i
}
}

if (base < 0x100) {
printk(KERN_WARNING "mtrr: cannot set region below 1 MiB (0x%lx000,0x%lx000)\n",
base, size);
return -EINVAL;
}
/* Check upper bits of base and last are equal and lower bits are 0
for base and 1 for last */
last = base + size - 1;
Expand Down

0 comments on commit 8b2353e

Please sign in to comment.