Changeset 408 for branches/branch-1-0/src/helpers/acpih.c
- Timestamp:
- Feb 23, 2012, 7:31:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/acpih.c
r407 r408 128 128 else 129 129 { 130 char cTmp;131 130 G_ulCount++; 132 /* Force the ACPI shutdown function to be in memory before DosShutdown() called133 * This is probably not the best place to do this, but it is the easiest134 * @@added V1.0.9 (2012-02-22) [slevine]: additional ACPI support, code from David Azarewicz135 */136 cTmp = *((volatile char *)pAcpiGoToSleep); /* Ensure paged in */137 cTmp = *(((volatile char *)pAcpiGoToSleep)+4096); /* Ensure paged in */138 131 return(pAcpiStartApi(phACPI)); 139 132 }
Note:
See TracChangeset
for help on using the changeset viewer.