summaryrefslogtreecommitdiff
path: root/arch/um/include/sysdep-x86_64/tls.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-23x86, um: take arch/um/include/* out of the wayAl Viro1-29/+0
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>
2006-04-01[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso1-0/+29
Copy the definition of struct user_desc (with another name) for use by userspace sources (where we use the host headers, and we can't be sure about their content) to make sure UML compiles. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>