summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/stub_64.S
Commit message (Collapse)AuthorAgeFilesLines
* um: Simplify STUB_DATA loadingRichard Weinberger2015-11-061-4/+1
| | | | | | | | | 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>
* um: Remove dead code from x86_64 syscall stubRichard Weinberger2015-11-061-13/+0
| | | | | | | syscall_stub is dead code as um is using only batch_syscall_stub. Signed-off-by: Richard Weinberger <richard@nod.at>
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-1/+1
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
* um: take arch/um/sys-x86 to arch/x86/umAl Viro2011-11-021-0/+66
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
OpenPOWER on IntegriCloud