diff --git a/kernel/softirq.c b/kernel/softirq.c index be7a8292f992ce37ddc9d991abcacf6980a2b546..37d67aa2d56fb18cb189f13e6a727ae3570c546e 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -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());