PERFORCE change 99758 for review

Roman Divacky rdivacky at FreeBSD.org
Wed Jun 21 13:41:09 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99758

Change 99758 by rdivacky at rdivacky_witten on 2006/06/21 13:40:30

	In the IFC I managed to commit my local change.. backout it out.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_machdep.c#4 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_machdep.c#4 (text+ko) ====

@@ -848,8 +848,11 @@
 int
 linux_set_thread_area(struct thread *td, struct linux_set_thread_area_args *args)
 {
-
-	return (0);
+	/*
+	 * Return an error code instead of raising a SIGSYS so that
+	 * the caller will fall back to simpler LDT methods.
+	 */
+	return (ENOSYS);
 }
 
 int


More information about the p4-projects mailing list