From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 19 Dec 2024 01:47:39 +0000
Subject: [PATCH] add wifi6 8852be driver
---
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