Преглед на файлове

ARM: uaccess: remove unneeded uaccess_save_and_disable macro

This macro is never referenced, remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King преди 10 години
родител
ревизия
296254f322
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      arch/arm/include/asm/assembler.h

+ 0 - 5
arch/arm/include/asm/assembler.h

@@ -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