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/include/linux/sched/debug.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/include/linux/sched/debug.h b/kernel/include/linux/sched/debug.h
index 95fb9e0..ae51f45 100644
--- a/kernel/include/linux/sched/debug.h
+++ b/kernel/include/linux/sched/debug.h
@@ -30,7 +30,8 @@
* task), SP is the stack pointer of the first frame that should be shown in the back
* trace (or NULL if the entire call-chain of the task should be shown).
*/
-extern void show_stack(struct task_struct *task, unsigned long *sp);
+extern void show_stack(struct task_struct *task, unsigned long *sp,
+ const char *loglvl);
extern void sched_show_task(struct task_struct *p);
@@ -42,7 +43,7 @@
#endif
/* Attach to any functions which should be ignored in wchan output. */
-#define __sched __attribute__((__section__(".sched.text")))
+#define __sched __section(".sched.text")
/* Linker adds these: start and end of __sched functions */
extern char __sched_text_start[], __sched_text_end[];
--
Gitblit v1.6.2