hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/powerpc/kernel/optprobes_head.S
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Code to prepare detour buffer for optprobes in Kernel.
34 *
45 * 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.
106 */
117
128 #include <asm/ppc_asm.h>
....@@ -98,6 +94,9 @@
9894 /* 2, Pass instruction to be emulated in r4 */
9995 nop
10096 nop
97
+ nop
98
+ nop
99
+ nop
101100
102101 .global optprobe_template_call_emulate
103102 optprobe_template_call_emulate: