PERFORCE change 94513 for review
Kip Macy
kmacy at FreeBSD.org
Mon Apr 3 07:16:53 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=94513
Change 94513 by kmacy at 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
More information about the p4-projects
mailing list