um: Simplify STUB_DATA loading
authorRichard Weinberger <richard@nod.at>
Mon, 26 Oct 2015 09:38:27 +0000 (10:38 +0100)
committerRichard Weinberger <richard@nod.at>
Fri, 6 Nov 2015 21:49:11 +0000 (22:49 +0100)
commit1b2411c283e8e178b1c57d07f7fe082442a0927b
tree0bd1a7bbd2510730f896c48e43b2005fe26d9287
parent246d254f1ab62bc83ac84a8ebd263e5384412ce8
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>
arch/x86/um/stub_64.S