at91 preempt oops
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Fri Feb 12 04:40:41 EST 2010
Hello,
can you please reproduce with the patch below and then report that to
the maintainer of the reported function?
Best regards
Uwe
diff --git a/kernel/timer.c b/kernel/timer.c
index 15533b7..1dea19c 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1027,7 +1027,7 @@ static inline void __run_timers(struct tvec_base *base)
lock_map_release(&lockdep_map);
if (preempt_count != preempt_count()) {
- printk(KERN_ERR "huh, entered %p "
+ printk(KERN_ERR "huh, entered %pF "
"with preempt_count %08x, exited"
" with %08x?\n",
fn, preempt_count,
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
More information about the linux-arm-kernel
mailing list