Deleted Added
full compact
4c4
< * $Revision: 144 $
---
> * $Revision: 147 $
12c12
< * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
---
> * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
132a133,138
> /*
> * Keep local copies of these FADT-based registers. NOTE: These globals
> * are first in this file for alignment reasons on 64-bit systems.
> */
> ACPI_EXTERN ACPI_GENERIC_ADDRESS AcpiGbl_XPm1aEnable;
> ACPI_EXTERN ACPI_GENERIC_ADDRESS AcpiGbl_XPm1bEnable;
172a179,182
> /*
> * Since there may be multiple SSDTs and PSDTS, a single pointer is not
> * sufficient; Therefore, there isn't one!
> */
173a184
>
183,187d193
< /* Keep local copies of these FADT-based registers */
<
< ACPI_EXTERN ACPI_GENERIC_ADDRESS AcpiGbl_XPm1aEnable;
< ACPI_EXTERN ACPI_GENERIC_ADDRESS AcpiGbl_XPm1bEnable;
<
189,194d194
< * Since there may be multiple SSDTs and PSDTS, a single pointer is not
< * sufficient; Therefore, there isn't one!
< */
<
<
< /*
241c241,242
< extern const char *AcpiGbl_DbSleepStates[ACPI_S_STATE_COUNT];
---
> extern const char *AcpiGbl_SleepStateNames[ACPI_S_STATE_COUNT];
> extern const char *AcpiGbl_HighestDstateNames[4];