History log of /arch/um/include/shared/as-layout.h
Revision Date Author Comments
33a7d42999b1857d4494f6ad6367e3aef0ae8137 12-Nov-2013 Geert Uytterhoeven <geert@linux-m68k.org> um: Remove unused declarations from <as-layout.h>

_end is used, but it's already provided by <asm/sections.h>, so use that.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Richard Weinberger <richard@nod.at>
Cc: user-mode-linux-devel@lists.sourceforge.net
Signed-off-by: Richard Weinberger <richard@nod.at>
37185b33240870719b6b5913a46e6a441f1ae96f 08-Oct-2012 Al Viro <viro@ZenIV.linux.org.uk> um: get rid of pointless include "..." where include <...> will do

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
d3c1cfcdb43e023ab1b1c7a555cd9e929026500a 02-Aug-2012 Martin Pärtel <martin.partel@gmail.com> um: pass siginfo to guest process

UML guest processes now get correct siginfo_t for SIGTRAP, SIGFPE,
SIGILL and SIGBUS. Specifically, si_addr and si_code are now correct
where previously they were si_addr = NULL and si_code = 128.

Signed-off-by: Martin Pärtel <martin.partel@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
9e636452d0714b08e4f8f4c58b76c4b7d15ffffa 18-Aug-2011 Al Viro <viro@ftp.linux.org.uk> um: get rid of kern_constants.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
887c57d480ee9dbfec53f2539359dd289f50acab 25-Aug-2008 Al Viro <viro@zeniv.linux.org.uk> x86, um: get rid of excessive includes of uml-config.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
8569c9140bd41089f9b6be8837ca421102714a90 17-Aug-2008 Al Viro <viro@zeniv.linux.org.uk> x86, um: take arch/um/include/* out of the way

We can't just plop asm/* into it - userland helpers are built with it
in search path and seeing asm/* show up there suddenly would be a bad
idea.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>