PERFORCE change 95972 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 24 01:55:03 UTC 2006


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

Change 95972 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/24 01:54:03

	update init_mondo

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/sun4v_cpufunc.h#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/sun4v_cpufunc.h#5 (text+ko) ====

@@ -37,7 +37,8 @@
 void set_tsb_user_scratchpad(uint64_t);
 void set_hash_kernel_scratchpad(uint64_t);
 void set_tsb_kernel_scratchpad(uint64_t);
-void init_mondo(uint64_t func, uint64_t arg1, uint64_t arg2);
+void init_mondo(uint64_t func, uint64_t arg1, uint64_t arg2, uint64_t arg3);
+void init_mondo_queue(void);
 
 static __inline void * 
 set_tba(void *ntba)


More information about the p4-projects mailing list