hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arc/include/asm/bug.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #ifndef _ASM_ARC_BUG_H
....@@ -16,7 +13,8 @@
1613 struct task_struct;
1714
1815 void show_regs(struct pt_regs *regs);
19
-void show_stacktrace(struct task_struct *tsk, struct pt_regs *regs);
16
+void show_stacktrace(struct task_struct *tsk, struct pt_regs *regs,
17
+ const char *loglvl);
2018 void show_kernel_fault_diag(const char *str, struct pt_regs *regs,
2119 unsigned long address);
2220 void die(const char *str, struct pt_regs *regs, unsigned long address);