[PATCH] uml: tls support: hack to make it compile on any host
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Fri, 31 Mar 2006 10:30:23 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:52 +0000 (12:18 -0800)
commitdd77aec07aec5cb81aed3b4ef79c1ff8bd0e2a68
tree2f1e75e362acce09b789a309b685a1d791b35a24
parentaa6758d4867cd07bd76105ade6177fe6148e559a
[PATCH] uml: tls support: hack to make it compile on any host

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>
arch/um/include/os.h
arch/um/include/sysdep-i386/tls.h [new file with mode: 0644]
arch/um/include/sysdep-x86_64/tls.h [new file with mode: 0644]
arch/um/os-Linux/tls.c