Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115222
b: refs/heads/master
c: 1c95e1b
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 16, 2008
1 parent a837c24 commit 3d85d95
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: e533b227055598b1f7dc8503a3b4f36b14b9da8a
refs/heads/master: 1c95e1b69073cff5ff179e592fa1a1e182c78a17
2 changes: 1 addition & 1 deletion trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ asmlinkage void __do_softirq(void)
h->action(h);

if (unlikely(prev_count != preempt_count())) {
printk(KERN_ERR "huh, entered softirq %d %p"
printk(KERN_ERR "huh, entered softirq %td %p"
"with preempt_count %08x,"
" exited with %08x?\n", h - softirq_vec,
h->action, prev_count, preempt_count());
Expand Down

0 comments on commit 3d85d95

Please sign in to comment.