All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] include fixlet for uml-add-tls-support
@ 2006-01-24 23:32 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2006-01-24 23:32 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel, wstearns

linux/unistd.h is the place to get the _syscall* macros, not asm/unistd.h.
wstearns likes it, and it doesn't hurt me, so it seems to be good.

Index: linux-2.6.15/arch/um/os-Linux/tls.c
===================================================================
--- linux-2.6.15.orig/arch/um/os-Linux/tls.c	2006-01-19 10:11:33.000000000 -0500
+++ linux-2.6.15/arch/um/os-Linux/tls.c	2006-01-19 10:14:37.000000000 -0500
@@ -43,7 +43,7 @@ int os_get_thread_area(void *data, int p
 #endif
 
 #ifdef UML_CONFIG_MODE_TT
-#include "asm/unistd.h"
+#include "linux/unistd.h"
 
 _syscall1(int, get_thread_area, modify_ldt_t *, u_info);
 _syscall1(int, set_thread_area, modify_ldt_t *, u_info);


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-24 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 23:32 [uml-devel] [PATCH] include fixlet for uml-add-tls-support Jeff Dike

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.