commit | 1b2411c283e8e178b1c57d07f7fe082442a0927b | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Oct 26 10:38:27 2015 +0100 |
committer | Richard Weinberger <richard@nod.at> | Fri Nov 06 22:49:11 2015 +0100 |
tree | 0bd1a7bbd2510730f896c48e43b2005fe26d9287 | |
parent | 246d254f1ab62bc83ac84a8ebd263e5384412ce8 [diff] |
um: Simplify STUB_DATA loading As long STUB_DATA fits into 32bits we can use a plain mov. If it will grow at some point in future we will switch to movabsq. In any case the code is smaller and more easy to read than the current one Signed-off-by: Richard Weinberger <richard@nod.at>