forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Ptrace test for TAR, PPR, DSCR registers in the TM Suspend context
34 *
45 * Copyright (C) 2015 Anshuman Khandual, IBM Corporation.
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 #include "ptrace.h"
128 #include "tm.h"
....@@ -77,7 +73,7 @@
7773 [sprn_texasr]"i"(SPRN_TEXASR), [tar_1]"i"(TAR_1),
7874 [dscr_1]"i"(DSCR_1), [tar_2]"i"(TAR_2), [dscr_2]"i"(DSCR_2),
7975 [tar_3]"i"(TAR_3), [dscr_3]"i"(DSCR_3)
80
- : "memory", "r0", "r1", "r3", "r4", "r5", "r6"
76
+ : "memory", "r0", "r3", "r4", "r5", "r6", "lr"
8177 );
8278
8379 /* TM failed, analyse */