Date: Mon, 24 Apr 2006 01:55:02 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95972 for review Message-ID: <200604240155.k3O1t2Zv044995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95972 Change 95972 by kmacy@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604240155.k3O1t2Zv044995>