commit | a5d2f46a97cf8e23f5da17dec50a972642ac409f | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Apr 10 22:53:26 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:35 2006 -0700 |
tree | 21f822fd8ed87de6c8dcc49fc9236a32a76dd5fc | |
parent | 73830056f56afe4b7d418debbf9ecb64e3d9b0ae [diff] |
[PATCH] UML: TLS fixlets Two small TLS fixes - arch/um/os-Linux/sys-i386/tls.c uses errno and -E* so it should include errno.h __setup_host_supports_tls returns 1, but as an initcall, it should return 0 Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>