CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/07/17 15:59:56
Modified files:
sys/sys : proc.h
Log message:
p_prof_ticks accidentally got moved from a 'copy-on-fork' area
(when it was in struct pstats) to an 'uninitialized-on-fork' area
(in struct proc), thus resulting in the counts all being off. Put
it and p_prof_addr back in a 'copy-on-fork' area.
ok matthew@ miod@ weingart@
