[patch 32/56] openmosix/openmosix-allow-process-migration-on-syscall-exit.patch

Florian Delizy <[email protected]> Thu, 02 Nov 2006 22:56:48 +0100
Newsgroups gmane.linux.cluster.openmosix.devel
Message-ID <[email protected]>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
openMosix-devel mailing list
openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openmosix-devel
openmosix-allow-process-migration-on-syscall-exit.patch (text/x-patch, 508 B)
Index: linux/arch/x86_64/kernel/entry.S
===================================================================
--- linux.orig/arch/x86_64/kernel/entry.S	2006-11-02 22:50:41.000000000 +0100
+++ linux/arch/x86_64/kernel/entry.S	2006-11-02 22:52:21.000000000 +0100
@@ -600,6 +600,11 @@
 	andl %edi,%edx
 	CFI_REMEMBER_STATE
 	jnz  retint_careful
+#ifdef CONFIG_OPENMOSIX
+	SAVE_REST
+	call openmosix_pre_usermode
+	RESTORE_REST
+#endif /* CONFIG_OPENMOSIX */
 retint_swapgs:	 	
 	swapgs 
 retint_restore_args: