summaryrefslogtreecommitdiff
path: root/arch/um/Makefile
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 19:00:49 (GMT)
committerRichard Weinberger <richard@nod.at>2011-11-02 13:14:42 (GMT)
commita955bd611d6426bf7b61cab01f8ddee9cc169736 (patch)
treef2f42f996bbb757e6f8ebd805fe1e975893dcc32 /arch/um/Makefile
parent3d72210bdc1ef67b72ffbd3e74873cae7287f2c6 (diff)
downloadlinux-a955bd611d6426bf7b61cab01f8ddee9cc169736.tar.xz
um: series of __get_user() is costly in sigframe handling
It's not x86, where __get_user() is a single dereference; here it's a single ptrace(2) call in host, which obviously costs a lot more. IOW, it's cheaper to do copy_{to,from}_user() once than bother with fields one by one... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Makefile')
0 files changed, 0 insertions, 0 deletions