forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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: