From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- 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