http://defect.opensolaris.org/bz/show_bug.cgi?id=6379
Summary: acpi_cpu_cstate() _CST: cs_type 0 bad asid type 0
Classification: Development
Product: power-mgmt
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P2
Component: c-state
AssignedTo: bill.holler at sun.com
ReportedBy: bill.holler at sun.com
CC: tesla-dev at opensolaris.org
During fast reboot testing many of these lines appeared in /var/adm/messages
_CST: cs_type 308 bad asid type b8
_CST: cs_type 0 bad asid type 0
acpi_cpu_cstate() is falling into the unknown type default case.
It is likely the system is accessing cstate data structures before
they are allocated in boot or after they are freed in reboot.
That needs to be fixed.
Additionally this default case should be an ASSERT().
--
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.