PERFORCE change 102748 for review

John Birrell jb at FreeBSD.org
Sat Jul 29 23:46:46 UTC 2006


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

Change 102748 by jb at jb_freebsd2 on 2006/07/29 23:46:45

	Remove the register snapshots.

Affected files ...

.. //depot/projects/dtrace/src/sys/sun4v/sun4v/interrupt.S#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sun4v/sun4v/interrupt.S#3 (text+ko) ====

@@ -28,7 +28,6 @@
 #include <machine/asm.h>
 __FBSDID("$FreeBSD: src/sys/sparc64/sparc64/interrupt.S,v 1.8 2005/04/16 15:05:56 marius Exp $");
 
-#include "opt_cpu_snapshot.h"
 #include "opt_simulator.h"
 #include <machine/hypervisorvar.h>
 #include <machine/asi.h>
@@ -36,10 +35,6 @@
 #include <machine/ktr.h>
 #include <machine/pstate.h>
 
-#ifdef CPU_SNAPSHOT
-#include <machine/cpu_snapshot.h>
-#endif
-
 #include "assym.s"
 
 
@@ -59,10 +54,6 @@
 
 2:	wrpr	%g0, PSTATE_NORMAL, %pstate
 
-#ifdef CPU_SNAPSHOT
-	call	cpu_snapshot_save
-#endif
-
 	ldx	[%l0 + IR_NEXT], %l1
 	brnz,pt	%l1, 3f
 	 stx	%l1, [PCPU(IRHEAD)]
@@ -89,10 +80,6 @@
 	stx	%l1, [%l0 + IR_NEXT]
 	stx	%l0, [PCPU(IRFREE)]
 
-#ifdef CPU_SNAPSHOT
-	call	cpu_snapshot_save
-#endif
-
 	wrpr	%g0, PSTATE_KERNEL, %pstate
 
 	call	%o0


More information about the p4-projects mailing list