diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-05-17 23:13:40 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-05-17 23:13:40 +0000 |
| commit | b7f987c19dad2c6d33c64e7f96a9b4deca9e2650 (patch) | |
| tree | 740dae2325e162bb086ea6e7e5d481c4b669e232 /source/components/events/evmisc.c | |
| parent | b4a951799e313e9ec15d955b72dd3097e4880724 (diff) | |
Notes
Diffstat (limited to 'source/components/events/evmisc.c')
| -rw-r--r-- | source/components/events/evmisc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/components/events/evmisc.c b/source/components/events/evmisc.c index 1a971bfc2094c..1990a41b8c7c5 100644 --- a/source/components/events/evmisc.c +++ b/source/components/events/evmisc.c @@ -86,6 +86,7 @@ AcpiEvIsNotifyObject ( return (TRUE); default: + return (FALSE); } } @@ -306,6 +307,8 @@ AcpiEvTerminate ( ACPI_ERROR ((AE_INFO, "Could not remove Global Lock handler")); } + + AcpiGbl_EventsInitialized = FALSE; } /* Deallocate all handler objects installed within GPE info structs */ |
