From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 28 May 2005 22:52:03 +0000 (-0700) Subject: [PATCH] uml: fixlet for arch_prctl_skas X-Git-Tag: v2.6.12-rc6~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f767b02f35a3db5c1b1c6454992c070510cef07f;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed