Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33802
b: refs/heads/master
c: 068c457
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Sep 6, 2006
1 parent f099b8d commit f87db0f
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: 471b40d0dfc17bf0161629950b82524d41bc37ce
refs/heads/master: 068c4579fe5c21e84c7cb2ba89db80899e25104e
2 changes: 1 addition & 1 deletion trunk/kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const char *print_tainted(void)

void add_taint(unsigned flag)
{
debug_locks_off(); /* can't trust the integrity of the kernel anymore */
debug_locks = 0; /* can't trust the integrity of the kernel anymore */
tainted |= flag;
}
EXPORT_SYMBOL(add_taint);
Expand Down

0 comments on commit f87db0f

Please sign in to comment.