Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80476
b: refs/heads/master
c: 55ce29b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent ea55917 commit 98f608d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 12d6f21eacc21d84a809829543f2fe45c7e37319
refs/heads/master: 55ce29ba16f82a31424a98988cf37c3babe1b7c8
6 changes: 4 additions & 2 deletions trunk/arch/x86/mm/pageattr-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,12 @@ static __init int exercise_pageattr(void)

failed += print_split(&sc);

if (failed)
if (failed) {
printk(KERN_ERR "CPA selftests NOT PASSED. Please report.\n");
else
WARN_ON(1);
} else {
printk(KERN_INFO "CPA selftests PASSED\n");
}

return 0;
}
Expand Down

0 comments on commit 98f608d

Please sign in to comment.