Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82901
b: refs/heads/master
c: 6ce9fc1
h: refs/heads/master
i:
  82899: 0f6ff43
v: v3
  • Loading branch information
Ingo Molnar committed Feb 4, 2008
1 parent c607f69 commit b36f84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: bde1965ce8c63e17cc284e1af616c85aba483f11
refs/heads/master: 6ce9fc17d913ae51f8434d2826f306347820b07d
4 changes: 1 addition & 3 deletions trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,8 @@ static int split_large_page(pte_t *kpte, unsigned long address)
* up for us already:
*/
tmp = lookup_address(address, &level);
if (tmp != kpte) {
WARN_ON_ONCE(1);
if (tmp != kpte)
goto out_unlock;
}

address = __pa(address);
addr = address & PMD_PAGE_MASK;
Expand Down

0 comments on commit b36f84b

Please sign in to comment.