patch-2.4.0-prerelease linux/include/asm-sparc/processor.h

Next file: linux/include/asm-sparc64/mmu.h
Previous file: linux/include/asm-sparc/mmu.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/include/asm-sparc/processor.h linux/include/asm-sparc/processor.h
@@ -153,12 +153,8 @@
 extern pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
 
 
-#define copy_segments(__tsk, __mm)		\
-	if((__tsk) == current &&		\
-	   (__mm) != NULL)			\
-		flush_user_windows()
+#define copy_segments(tsk, mm)		do { } while (0)
 #define release_segments(mm)		do { } while (0)
-#define forget_segments()		do { } while (0)
 
 #define get_wchan(__TSK) \
 ({	extern void scheduling_functions_start_here(void); \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)