From: Konstantin Khlebnikov Date: Wed, 4 Jun 2014 23:10:50 +0000 (-0700) Subject: mm/process_vm_access: move config option into init/Kconfig X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226b4ccdcb6371645c25ec99b59bfde65987318c;p=pandora-kernel.git 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 Cc: Christopher Yeoh Cc: Davidlohr Bueso Cc: Hugh Dickins Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed