Skip to content

Commit

Permalink
ARM: uaccess: remove unneeded uaccess_save_and_disable macro
Browse files Browse the repository at this point in the history
This macro is never referenced, remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Sep 9, 2015
1 parent 39dc53d commit 296254f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arm/include/asm/assembler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296254f

Please sign in to comment.