Date: Mon, 3 Apr 2006 07:44:23 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94526 for review Message-ID: <200604030744.k337iNfB059455@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94526 Change 94526 by kmacy@kmacy_storage:sun4v_work on 2006/04/03 07:43:22 add cpulist for sending mondos Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/pcpu.h#10 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/pcpu.h#10 (text+ko) ==== @@ -74,7 +74,8 @@ struct rwindow pc_kwbuf; \ u_long pc_kwbuf_sp; \ u_int pc_kwbuf_full; \ - u_int pc_node; + u_int pc_node; \ + uint16_t pc_cpulist[MAXCPU] /* XXX SUN4V_FIXME - as we access the *_ra and *_size fields in quick * succession we _really_ want them to be L1 cache line size aligned
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604030744.k337iNfB059455>