[PATCH] uml: fixlet for arch_prctl_skas
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Sat, 28 May 2005 22:52:03 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 23:46:14 +0000 (16:46 -0700)
commitf767b02f35a3db5c1b1c6454992c070510cef07f
tree516652e8762f089b4ab114228ecc2a7a1be02007
parent8f28e8fa46625310102aea06fac61ba04c8b5b88
[PATCH] uml: fixlet for arch_prctl_skas

Fix it a bit (after some cross checking with "man arch_prctl"). There were:
*) typos FS/GS and back
*) FS in place of FS_BASE (and the same for GS)
*) the procedure used put_user on &addr, where addr was the parameter (i.e.
changed its param with put_user, completely useless) rather than interpreting
addr as a pointer, as requested in this case (see the man page).

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/sys-x86_64/syscalls.c