|
@@ -3177,9 +3177,8 @@ void show_regs_print_info(const char *log_lvl)
|
|
{
|
|
{
|
|
dump_stack_print_info(log_lvl);
|
|
dump_stack_print_info(log_lvl);
|
|
|
|
|
|
- printk("%stask: %p ti: %p task.ti: %p\n",
|
|
|
|
- log_lvl, current, current_thread_info(),
|
|
|
|
- task_thread_info(current));
|
|
|
|
|
|
+ printk("%stask: %p task.stack: %p\n",
|
|
|
|
+ log_lvl, current, task_stack_page(current));
|
|
}
|
|
}
|
|
|
|
|
|
#endif
|
|
#endif
|