.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Code to prepare detour buffer for optprobes in Kernel. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2017, Anju T, IBM Corp. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or |
---|
7 | | - * modify it under the terms of the GNU General Public License |
---|
8 | | - * as published by the Free Software Foundation; either version |
---|
9 | | - * 2 of the License, or (at your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #include <asm/ppc_asm.h> |
---|
.. | .. |
---|
98 | 94 | /* 2, Pass instruction to be emulated in r4 */ |
---|
99 | 95 | nop |
---|
100 | 96 | nop |
---|
| 97 | + nop |
---|
| 98 | + nop |
---|
| 99 | + nop |
---|
101 | 100 | |
---|
102 | 101 | .global optprobe_template_call_emulate |
---|
103 | 102 | optprobe_template_call_emulate: |
---|