|
@@ -210,7 +210,7 @@ restart:
|
|
h->action(h);
|
|
h->action(h);
|
|
|
|
|
|
if (unlikely(prev_count != preempt_count())) {
|
|
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,"
|
|
"with preempt_count %08x,"
|
|
" exited with %08x?\n", h - softirq_vec,
|
|
" exited with %08x?\n", h - softirq_vec,
|
|
h->action, prev_count, preempt_count());
|
|
h->action, prev_count, preempt_count());
|