Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2006 07:16:52 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94513 for review
Message-ID:  <200604030716.k337GqX2058071@repoman.freebsd.org>

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

Change 94513 by kmacy@kmacy_storage:sun4v_work on 2006/04/03 07:16:47

	add init_mondo implementation

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/support.S#11 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/support.S#11 (text+ko) ====

@@ -806,7 +806,21 @@
           restore
 
 END(bzerophyspage)
-	
+
+ENTRY(init_mondo)
+	ldx	[PCPU(MONDO_DATA)], %g2
+	stx	%o0, [%g2]
+        stx     %o1, [%g2+8]
+        stx     %o2, [%g2+0x10]
+        stx     %g0, [%g2+0x18]
+        stx     %g0, [%g2+0x20]
+        stx     %g0, [%g2+0x28]
+        stx     %g0, [%g2+0x30]
+        stx     %g0, [%g2+0x38]
+        retl
+	 membar #Sync 
+END(init_mondo)
+		
 			
 #ifdef GPROF
 



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