remove task_raw_stack_remote output

This commit is contained in:
zy
2023-12-06 03:46:31 -05:00
parent fcb09347ea
commit 3e1d155732

View File

@@ -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;
}