Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2012 14:25:08 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 213892 for review
Message-ID:  <201207041425.q64EP8vQ018757@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@213892?ac=10

Change 213892 by jhb@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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207041425.q64EP8vQ018757>