diff options
| author | Greg Kroah-Hartman <[email protected]> | 2022-01-30 15:00:39 +0100 | 
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-01-30 15:00:39 +0100 | 
| commit | 7ab004dbcbee38b8a70798835d3ffcd97a985a5e (patch) | |
| tree | 0caa6cb97801736046823ca785a5ba36bf684ac6 /arch/mips/include/asm/ftrace.h | |
| parent | 710f8af199ee9d72dd87083edd55c5ee250ee6f4 (diff) | |
| parent | 26291c54e111ff6ba87a164d85d4a4e134b7315c (diff) | |
Merge tag 'v5.17-rc2' into char-misc-next
We need the char/misc fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'arch/mips/include/asm/ftrace.h')
| -rw-r--r-- | arch/mips/include/asm/ftrace.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/mips/include/asm/ftrace.h b/arch/mips/include/asm/ftrace.h index b463f2aa5a61..db497a8167da 100644 --- a/arch/mips/include/asm/ftrace.h +++ b/arch/mips/include/asm/ftrace.h @@ -32,7 +32,7 @@ do {							\  		".previous\n"				\  							\  		".section\t__ex_table,\"a\"\n\t"	\ -		STR(PTR) "\t1b, 3b\n\t"			\ +		STR(PTR_WD) "\t1b, 3b\n\t"		\  		".previous\n"				\  							\  		: [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\ @@ -54,7 +54,7 @@ do {						\  		".previous\n"			\  						\  		".section\t__ex_table,\"a\"\n\t"\ -		STR(PTR) "\t1b, 3b\n\t"		\ +		STR(PTR_WD) "\t1b, 3b\n\t"	\  		".previous\n"			\  						\  		: [tmp_err] "=r" (error)	\ |