lkml.org 
[lkml]   [2010]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1] softirq: improve preempt count error message
Date
* add a space after the action
* print function name instead of address of action (%p->%pf)

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
kernel/softirq.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/softirq.c b/kernel/softirq.c
index be3ec11..60c864f 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -219,8 +219,8 @@ restart:
h->action(h);
trace_softirq_exit(h, softirq_vec);
if (unlikely(prev_count != preempt_count())) {
- printk(KERN_ERR "huh, entered softirq %td %s %p"
- "with preempt_count %08x,"
+ printk(KERN_ERR "huh, entered softirq %td %s "
+ "%pf with preempt_count %08x,"
" exited with %08x?\n", h - softirq_vec,
softirq_to_name[h - softirq_vec],
h->action, prev_count, preempt_count());
--
1.7.2.2



\
 
 \ /
  Last update: 2010-09-10 00:05    [W:0.225 / U:0.820 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site