From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 03:26:26 +0000
Subject: [PATCH] add r8169 read mac form eeprom

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