]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8154/1: use _install_special_mapping for sigpage
authorNathan Lynch <nathan_lynch@mentor.com>
Mon, 22 Sep 2014 21:08:42 +0000 (22:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Sep 2014 13:39:59 +0000 (14:39 +0100)
commitdbc2faa96c8ed087e5edc86b549a79e1716161b1
treebf87c685b08aca372e837ffdb1d0474a3225d6fd
parent289c0b0fa66005cf4029e39cc3f5d5506f78f2c7
ARM: 8154/1: use _install_special_mapping for sigpage

_install_special_mapping allows the VMA to be identifed in
/proc/pid/maps without the use of arch_vma_name, providing a
slight net reduction in object size:

  text    data     bss     dec     hex filename
  2996      96     144    3236     ca4 arch/arm/kernel/process.o (before)
  2956     104     144    3204     c84 arch/arm/kernel/process.o (after)

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/process.c