PERFORCE change 213892 for review

John Baldwin jhb at FreeBSD.org
Wed Jul 4 14:25:10 UTC 2012


http://p4web.freebsd.org/@@213892?ac=10

Change 213892 by jhb at jhb_ralph on 2012/07/04 14:24:14

	More instructions to make sure their disassembly still works
	since they share a group with xsave/xrstor.

Affected files ...

.. //depot/projects/smpng/sys/modules/x86dis/x86dis.c#5 edit

Differences ...

==== //depot/projects/smpng/sys/modules/x86dis/x86dis.c#5 (text+ko) ====

@@ -131,4 +131,8 @@
 	vmcall();
 	vmlaunch();
 	vmresume();
+	lfence();
+	mfence();
+	sfence();
+	clflush(addr);
 }


More information about the p4-projects mailing list