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