commit | 16640165c9079e2cf36fdcfca093f29663a716f7 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Feb 11 23:14:48 2013 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 11 23:14:48 2013 -0800 |
tree | d59440ab4262c4d9fa2fbd9ed8677545555b27c7 | |
parent | b390784dc1649f6e6c5e66e5f53c21e715ccf39b [diff] |
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 <hpa@zytor.com>