PERFORCE change 28110 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 4 17:53:05 PST 2003


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

Change 28110 by peter at peter_daintree on 2003/04/04 17:52:59

	On second thoughts, lets not go near kse

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/kse.h#3 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/kse.h#3 (text+ko) ====

@@ -36,14 +36,7 @@
 #include <machine/ucontext.h>
 
 union kse_td_ctx {
-#ifdef _KERNEL
-	struct {
-		long		tf_onstack;
-		long		tf_gs;
-		struct trapframe tf_tf;
-	} tfrm;
-#endif
-	mcontext_t	mcontext;
+	int	teh_stuff;
 };
 
 #endif /* MACHINE_KSE_H */


More information about the p4-projects mailing list