From: H. Peter Anvin Date: Tue, 12 Feb 2013 07:14:48 +0000 (-0800) Subject: x86: Be consistent with data size in getuser.S X-Git-Tag: v3.9-rc1~108^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16640165c9079e2cf36fdcfca093f29663a716f7;p=pandora-kernel.git x86: Be consistent with data size in getuser.S Consistently use the data register by name and use a sized assembly instruction in getuser.S. There is never any reason to macroize it, and being inconsistent in the same file is just annoying. No actual code change. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed