]> git.karo-electronics.de Git - karo-tx-linux.git/commit
um: don't bother copying registers in copy_thread()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Oct 2012 06:28:39 +0000 (02:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 25 Oct 2012 22:16:45 +0000 (18:16 -0400)
commit1a2fa330ec2a9f905e07b654620763ff6ac8cc75
tree545c6ce1fb23adca1515c35c4504ec85e844c09d
parente88c56a4268773eae26265f6d1489ddfb78cda57
um: don't bother copying registers in copy_thread()

... those are copied as part of p->thread already.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/um/kernel/process.c