Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75531
b: refs/heads/master
c: 9723198
h: refs/heads/master
i:
  75529: 219391b
  75527: c8033b9
v: v3
  • Loading branch information
Carsten Otte authored and Linus Torvalds committed Jan 17, 2008
1 parent d415401 commit 982818e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b2d2cec1081a979e0efd6a1e9559e5a01a3c10e
refs/heads/master: 9723198c219f3546982cb469e5aed26e68399055
2 changes: 2 additions & 0 deletions trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, pte_
return NULL;
}

#ifdef CONFIG_DEBUG_VM
/*
* Add some anal sanity checks for now. Eventually,
* we should just do "return pfn_to_page(pfn)", but
Expand All @@ -402,6 +403,7 @@ struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, pte_
print_bad_pte(vma, pte, addr);
return NULL;
}
#endif

/*
* NOTE! We still have PageReserved() pages in the page
Expand Down

0 comments on commit 982818e

Please sign in to comment.