Bill Holler wrote: > Webrev updated. I am not sure if we can putback this change > independent of any pending ACPI CA change? There's no pending CA change. AcpiEvaluateObjectTyped() is present for some time now.
> > http://cr.opensolaris.org/~bholler/6818652/ > > bash-3.2$ more webrev/*.patch > --- old/usr/src/uts/i86pc/os/cpupm/cpu_acpi.c Thu Mar 19 17:37:01 2009 > +++ new/usr/src/uts/i86pc/os/cpupm/cpu_acpi.c Thu Mar 19 17:37:00 2009 > @@ -695,8 +695,8 @@ > abuf.Length = ACPI_ALLOCATE_BUFFER; > abuf.Pointer = NULL; > > - if (ACPI_FAILURE(AcpiEvaluateObject(handle->cs_handle, "_CST", > - NULL, &abuf))) { > + if (ACPI_FAILURE(AcpiEvaluateObjectTyped(handle->cs_handle, > "_CST", > + NULL, &abuf, ACPI_TYPE_PACKAGE))) { > cmn_err(CE_NOTE, "!cpu_acpi: _CST evaluate failure"); > return (-1); > } > > > Regards, > Bill > _______________________________________________ > tesla-dev mailing list > tesla-dev at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/tesla-dev
