Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108665
b: refs/heads/master
c: 875e40b
h: refs/heads/master
i:
  108663: 975a838
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Aug 13, 2008
1 parent 80b3eb0 commit 60c4d39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: a726c6009e6eba4acfccf8b683854866eeabb184
refs/heads/master: 875e40b97571e1f06d1184ad6cbb2acf9cb31a23
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/pageattr-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ static int pageattr_test(void)
failed += print_split(&sc);

if (failed) {
printk(KERN_ERR "NOT PASSED. Please report.\n");
WARN_ON(1);
WARN(1, KERN_ERR "NOT PASSED. Please report.\n");
return -EINVAL;
} else {
if (print)
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,9 @@ static int __change_page_attr(struct cpa_data *cpa, int primary)
if (!pte_val(old_pte)) {
if (!primary)
return 0;
printk(KERN_WARNING "CPA: called for zero pte. "
WARN(1, KERN_WARNING "CPA: called for zero pte. "
"vaddr = %lx cpa->vaddr = %lx\n", address,
cpa->vaddr);
WARN_ON(1);
return -EINVAL;
}

Expand Down

0 comments on commit 60c4d39

Please sign in to comment.