From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/lib/dump_stack.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/lib/dump_stack.c b/kernel/lib/dump_stack.c index 586e3f2..b9acd9c 100644 --- a/kernel/lib/dump_stack.c +++ b/kernel/lib/dump_stack.c @@ -12,7 +12,6 @@ #include <linux/atomic.h> #include <linux/kexec.h> #include <linux/utsname.h> -#include <linux/stop_machine.h> static char dump_stack_arch_desc_str[128]; @@ -58,7 +57,6 @@ log_lvl, dump_stack_arch_desc_str); print_worker_info(log_lvl, current); - print_stop_info(log_lvl, current); } /** -- Gitblit v1.6.2