| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Backtrace support for Microblaze |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | #ifndef __MICROBLAZE_UNWIND_H |
|---|
| .. | .. |
|---|
| 23 | 20 | extern const char _hw_exception_handler; |
|---|
| 24 | 21 | extern const char ex_handler_unhandled; |
|---|
| 25 | 22 | |
|---|
| 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); |
|---|
| 27 | 25 | |
|---|
| 28 | 26 | #endif /* __MICROBLAZE_UNWIND_H */ |
|---|
| 29 | 27 | |
|---|