From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 11 Apr 2006 05:53:34 +0000 (-0700) Subject: [PATCH] uml: fix critical typo for TT mode X-Git-Tag: v2.6.17-rc2~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53389d8af6a73034e40eace6034622c03ed707b;p=pandora-kernel.git [PATCH] uml: fix critical typo for TT mode Noticed this for a compilation-time warning, so I'm fixing it even for TT mode - this is not put_user, but copy_to_user, so we need a pointer to sp, not sp itself (we're trying to write the word pointed to by the "sp" var.). Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed