Deleted Added
full compact
86c86
< ACPI_FUNCTION_TRACE (AcpiUpdateGpes);
---
> ACPI_FUNCTION_TRACE (AcpiUpdateAllGpes);
301c301,302
< ACPI_GPE_NOTIFY_INFO *NewNotify, *Notify;
---
> ACPI_GPE_NOTIFY_INFO *Notify;
> ACPI_GPE_NOTIFY_INFO *NewNotify;
336a338,342
> /*
> * Allocate a new notify object up front, in case it is needed.
> * Memory allocation while holding a spinlock is a big no-no
> * on some hosts.
> */
403a410
>
405a413,415
>
> /* Delete the notify object if it was not used above */
>