http://defect.opensolaris.org/bz/show_bug.cgi?id=8172
Rafael Vanoni <rafael.vanoni at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CAUSEKNOWN
--- Comment #1 from Rafael Vanoni <rafael.vanoni at sun.com> 2009-04-14
21:05:40 ---
My putback for
6828678 PowerTOP has erroneous use of memset(3C)
had an error. One of the calls to memset remained with the incorrect value:
266 (void) memset(g_event_info, 0,
267 EVENT_NUM_MAX * sizeof (event_info_t));
268 (void) memset(g_cstate_info, NSTATES
269 * sizeof (state_info_t), 0);
But the same putback removed the code in cpu_idle.c that was manually zeroing
the g_cstate_info array item by item.
Apologies for the mistake, I'll putback a fix first thing tomorrow.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.