From: Glauber Costa Date: Tue, 24 Jun 2008 18:02:31 +0000 (-0300) Subject: x86: user put_user_x instead of all variants. X-Git-Tag: v2.6.27-rc1~1106^2~46^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70706e432ee5618abf59381101d8dea7b8d97a7d;p=pandora-kernel.git x86: user put_user_x instead of all variants. Follow the pattern, and define a single put_user_x, instead of defining macros for all available sizes. Exception is put_user_8, since the "A" constraint does not give us enough power to specify which register (a or d) to use in the 32-bit common case. Signed-off-by: Glauber Costa Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed