Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2006 23:46:46 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102748 for review
Message-ID:  <200607292346.k6TNkk0C069193@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102748

Change 102748 by jb@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



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