diff options
-rw-r--r-- | kernel/softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index be7a8292f992..37d67aa2d56f 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()); |