Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89787
b: refs/heads/master
c: d1a4be6
h: refs/heads/master
i:
  89785: 8638076
  89783: 94ec422
v: v3
  • Loading branch information
Ingo Molnar committed Apr 18, 2008
1 parent dc48f91 commit 6184e92
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: 2cca775baecbfede2fec20c99add709232311fe7
refs/heads/master: d1a4be630fb068f251d64b62919f143c49ca8057
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ static int __change_page_attr(struct cpa_data *cpa, int primary)
repeat:
kpte = lookup_address(address, &level);
if (!kpte)
return primary ? -EINVAL : 0;
return 0;

old_pte = *kpte;
if (!pte_val(old_pte)) {
Expand Down

0 comments on commit 6184e92

Please sign in to comment.