PERFORCE change 28680 for review

Peter Wemm peter at FreeBSD.org
Wed Apr 9 19:31:19 PDT 2003


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

Change 28680 by peter at peter_daintree on 2003/04/09 19:30:40

	something is trashing %cr3 in the pcb.. take the easy way out for the moment.

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/pcb.h#10 edit

Differences ...

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

@@ -46,6 +46,7 @@
 #include <machine/npx.h>
 
 struct pcb {
+	long	padxx[8];
 	long	pcb_cr3;
 	long	pcb_r15;
 	long	pcb_r14;


More information about the p4-projects mailing list