Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115205
b: refs/heads/master
c: 77af7e3
h: refs/heads/master
i:
  115203: cd26328
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Oct 3, 2008
1 parent f6dbcd6 commit ce17956
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: 8e85b4b553fc932e1c5141feb5fda389b7f5db01
refs/heads/master: 77af7e3403e7314c47b0c07fbc5e4ef21d939532
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 sotfirq %ld %p"
printk(KERN_ERR "huh, entered softirq %d %p"
"with preempt_count %08x,"
" exited with %08x?\n", h - softirq_vec,
h->action, prev_count, preempt_count());
Expand Down

0 comments on commit ce17956

Please sign in to comment.