]> Git Repo - linux.git/commit
ARM: 8154/1: use _install_special_mapping for sigpage
authorNathan Lynch <[email protected]>
Mon, 22 Sep 2014 21:08:42 +0000 (22:08 +0100)
committerRussell King <[email protected]>
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 <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/kernel/process.c
This page took 0.051779 seconds and 4 git commands to generate.