]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softirq.c
hwmon: (lm78) Detect alias chips
[linux-2.6-omap-h63xx.git] / kernel / softirq.c
index be7a8292f992ce37ddc9d991abcacf6980a2b546..37d67aa2d56fb18cb189f13e6a727ae3570c546e 100644 (file)
@@ -210,7 +210,7 @@ restart:
                        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());