Ignore:
Timestamp:
Feb 23, 2012, 7:31:11 PM (13 years ago)
Author:
pr
Message:

Remove unspeakably hacky code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/acpih.c

    r407 r408  
    128128    else
    129129    {
    130         char cTmp;
    131130        G_ulCount++;
    132         /* Force the ACPI shutdown function to be in memory before DosShutdown() called
    133          * This is probably not the best place to do this, but it is the easiest
    134          * @@added V1.0.9 (2012-02-22) [slevine]: additional ACPI support, code from David Azarewicz
    135          */
    136         cTmp = *((volatile char *)pAcpiGoToSleep); /* Ensure paged in */
    137         cTmp = *(((volatile char *)pAcpiGoToSleep)+4096); /* Ensure paged in */
    138131        return(pAcpiStartApi(phACPI));
    139132    }
Note: See TracChangeset for help on using the changeset viewer.