| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Split from entry_32.S |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or |
|---|
| 5 | | - * modify it under the terms of the GNU General Public License |
|---|
| 6 | | - * as published by the Free Software Foundation; either version |
|---|
| 7 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 8 | 4 | */ |
|---|
| 9 | 5 | |
|---|
| 10 | 6 | #include <linux/magic.h> |
|---|
| .. | .. |
|---|
| 54 | 50 | |
|---|
| 55 | 51 | #ifdef CONFIG_FUNCTION_GRAPH_TRACER |
|---|
| 56 | 52 | _GLOBAL(ftrace_graph_caller) |
|---|
| 53 | + addi r5, r1, 48 |
|---|
| 57 | 54 | /* load r4 with local address */ |
|---|
| 58 | 55 | lwz r4, 44(r1) |
|---|
| 59 | 56 | subi r4, r4, MCOUNT_INSN_SIZE |
|---|