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)
commit02e0409a65560da66a747d2ac6023715b04659ea
treebf87c685b08aca372e837ffdb1d0474a3225d6fd
parent75c349062a666deab57bdca8b5bd0779c9fb0d58
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