Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144171
b: refs/heads/master
c: b48ccb0
h: refs/heads/master
i:
  144169: a3b43b5
  144167: de3409f
v: v3
  • Loading branch information
Ingo Molnar committed Apr 23, 2009
1 parent a8dd43c commit 3ab4d9e
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: 0300e7f1a525ae4e4ac05344624adf0e5f13ea52
refs/heads/master: b48ccb095a0c9257241261ec2bd1cbb1bdabc48b
2 changes: 1 addition & 1 deletion trunk/kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ void add_taint(unsigned flag)
* post-warning case.
*/
if (flag != TAINT_CRAP && flag != TAINT_WARN && __debug_locks_off())
printk(KERN_WARNING "Disabling lockdep due to kernel taint\n");
printk(KERN_WARNING "Disabling lock debugging due to kernel taint\n");

set_bit(flag, &tainted_mask);
}
Expand Down

0 comments on commit 3ab4d9e

Please sign in to comment.