remove task_raw_stack_remote output
This commit is contained in:
@@ -288,12 +288,12 @@ static int diagnose_task_raw_stack_remote(struct task_struct *tsk, void *to,
|
||||
struct mm_struct *mm;
|
||||
|
||||
if (in_atomic()) {
|
||||
printk(KERN_INFO "task_raw_stack_remote %d in_atomic\n", tsk->pid);
|
||||
// printk(KERN_INFO "task_raw_stack_remote %d in_atomic\n", tsk->pid);
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (irqs_disabled()) {
|
||||
printk(KERN_INFO "task_raw_stack_remote %d irqs_disabled\n", tsk->pid);
|
||||
// printk(KERN_INFO "task_raw_stack_remote %d irqs_disabled\n", tsk->pid);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user