aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/softirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index be7a8292f99..37d67aa2d56 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -210,7 +210,7 @@ restart:
210 h->action(h); 210 h->action(h);
211 211
212 if (unlikely(prev_count != preempt_count())) { 212 if (unlikely(prev_count != preempt_count())) {
213 printk(KERN_ERR "huh, entered softirq %d %p" 213 printk(KERN_ERR "huh, entered softirq %td %p"
214 "with preempt_count %08x," 214 "with preempt_count %08x,"
215 " exited with %08x?\n", h - softirq_vec, 215 " exited with %08x?\n", h - softirq_vec,
216 h->action, prev_count, preempt_count()); 216 h->action, prev_count, preempt_count());