http://defect.opensolaris.org/bz/show_bug.cgi?id=6096

           Summary: Bogus ASSERT hpet_state.proxy_installed == B_FALSE
    Classification: Development
           Product: power-mgmt
           Version: unspecified
          Platform: Other
        OS/Version: Solaris
            Status: NEW
          Severity: minor
          Priority: P1
         Component: c-state
        AssignedTo: bill.holler at sun.com
        ReportedBy: bill.holler at sun.com
                CC: tesla-dev at opensolaris.org


This ASSERT added in tip 8105 is incorrect.  DEBUG kernels
will panic in boot.

7468: static boolean_t
7467: hpet_install_proxy(void)
7467: {
8105:   ASSERT(hpet_state.proxy_installed == B_FALSE);

The ASSERT should be removed.  
Each CPU calls this function as they are initialized.  Multiple invocations
are correct.

-- 
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.

Reply via email to