Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192240
b: refs/heads/master
c: 06f71b9
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Thomas Gleixner committed Mar 12, 2010
1 parent aab1c53 commit 0f3393a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 64ce4c2f5252f25798117fa80a027993163d6d84
refs/heads/master: 06f71b922ce5a05352acd706564ca4ae1f2add0e
7 changes: 2 additions & 5 deletions trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,11 +1027,8 @@ static inline void __run_timers(struct tvec_base *base)
lock_map_release(&lockdep_map);

if (preempt_count != preempt_count()) {
printk(KERN_ERR "huh, entered %p "
"with preempt_count %08x, exited"
" with %08x?\n",
fn, preempt_count,
preempt_count());
printk(KERN_ERR "timer: %pF preempt leak: %08x -> %08x\n",
fn, preempt_count, preempt_count());
BUG();
}
}
Expand Down

0 comments on commit 0f3393a

Please sign in to comment.