From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:41:34 +0000
Subject: [PATCH] add gpio led uart

---
 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