Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 296254f3 authored by Russell King's avatar Russell King
Browse files

ARM: uaccess: remove unneeded uaccess_save_and_disable macro



This macro is never referenced, remove it.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 39dc53de
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -487,11 +487,6 @@ THUMB( orr \reg , \reg , #PSR_T_BIT )
#endif
	.endm

	.macro	uaccess_save_and_disable, tmp
	uaccess_save \tmp
	uaccess_disable \tmp
	.endm

	.irp	c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
	.macro	ret\c, reg
#if __LINUX_ARM_ARCH__ < 6