hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/microblaze/include/asm/unwind.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Backtrace support for Microblaze
34 *
45 * Copyright (C) 2010 Digital Design Corporation
5
- *
6
- * This file is subject to the terms and conditions of the GNU General Public
7
- * License. See the file "COPYING" in the main directory of this archive
8
- * for more details.
96 */
107
118 #ifndef __MICROBLAZE_UNWIND_H
....@@ -23,7 +20,8 @@
2320 extern const char _hw_exception_handler;
2421 extern const char ex_handler_unhandled;
2522
26
-void microblaze_unwind(struct task_struct *task, struct stack_trace *trace);
23
+void microblaze_unwind(struct task_struct *task, struct stack_trace *trace,
24
+ const char *loglvl);
2725
2826 #endif /* __MICROBLAZE_UNWIND_H */
2927