Commit fcf1f268 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()

parent e47168f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ do { \
		"1:	" op "%U1%X1 %0,%1	# put_user\n"	\
		EX_TABLE(1b, %l2)				\
		:						\
		: "r" (x), "m" (*addr)				\
		: "r" (x), "m<>" (*addr)				\
		:						\
		: label)