Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137556
b: refs/heads/master
c: f0bba9f
h: refs/heads/master
v: v3
  • Loading branch information
Mikael Pettersson authored and Russell King committed Mar 28, 2009
1 parent 1b01771 commit 05f196b
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: 803c78e4da28d7d7cb0642caf643b9289ae7838a
refs/heads/master: f0bba9f934517533acbda7329be93f55d5a01c03
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ static void __init sanity_check_meminfo(void)
* the vmalloc area.
*/
if (__va(bank->start) >= VMALLOC_MIN ||
__va(bank->start) < PAGE_OFFSET) {
__va(bank->start) < (void *)PAGE_OFFSET) {
printk(KERN_NOTICE "Ignoring RAM at %.8lx-%.8lx "
"(vmalloc region overlap).\n",
bank->start, bank->start + bank->size - 1);
Expand Down

0 comments on commit 05f196b

Please sign in to comment.