]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm/process_vm_access: move config option into init/Kconfig
authorKonstantin Khlebnikov <koct9i@gmail.com>
Wed, 4 Jun 2014 23:10:50 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:12 +0000 (16:54 -0700)
commit226b4ccdcb6371645c25ec99b59bfde65987318c
treeaa39df4a0dde94260b9ee2c0e61318c038a8738d
parent1a501907bbea8e6ebb0b16cf6db9e9cbf1d2c813
mm/process_vm_access: move config option into init/Kconfig

CONFIG_CROSS_MEMORY_ATTACH adds couple syscalls: process_vm_readv and
process_vm_writev, it's a kind of IPC for copying data between processes.
Currently this option is placed inside "Processor type and features".

This patch moves it into "General setup" (where all other arch-independed
syscalls and ipc features are placed) and changes prompt string to less
cryptic.

Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Christopher Yeoh <cyeoh@au1.ibm.com>
Cc: Davidlohr Bueso <davidlohr@hp.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig
mm/Kconfig