kallsyms/printk: add loglvl to print_ip_sym()
[linux-2.6-microblaze.git] / arch / microblaze / kernel / unwind.c
index 34c270c..4241cdd 100644 (file)
@@ -254,7 +254,7 @@ static void microblaze_unwind_inner(struct task_struct *task,
                                        task->comm);
                                break;
                        } else
-                               print_ip_sym(pc);
+                               print_ip_sym(KERN_INFO, pc);
                }
 
                /* Stop when we reach anything not part of the kernel */