PERFORCE change 29651 for review

Peter Wemm peter at FreeBSD.org
Thu Apr 24 16:45:49 PDT 2003


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

Change 29651 by peter at peter_daintree on 2003/04/24 16:45:35

	this isn't going to happen this way.  load_gs becomes wrmsr(MSR_GSBASE, value) etc

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#79 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#79 (text+ko) ====

@@ -508,9 +508,6 @@
 	cr0 |= CR0_MP | CR0_TS;		/* Done at every execve() too. */
 	cr0 |= CR0_WP | CR0_AM;
 	load_cr0(cr0);
-#if 0
-	load_gs(_udatasel);
-#endif
 }
 
 static int


More information about the p4-projects mailing list