diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-04-20 23:39:48 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-04-20 23:39:48 +0000 |
commit | b43c4dd5abdb09fe2e7f73f186586b962c9dc9f5 (patch) | |
tree | 79677aa8d9d6e5b97246264fe36dcad25ae471a1 /source/components/utilities/utglobal.c | |
parent | 9fd6e3caab6c4754f50b66bcc8bdbf7ef8397f74 (diff) |
Notes
Diffstat (limited to 'source/components/utilities/utglobal.c')
-rw-r--r-- | source/components/utilities/utglobal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/utilities/utglobal.c b/source/components/utilities/utglobal.c index faccfb201bb6..f913e3222858 100644 --- a/source/components/utilities/utglobal.c +++ b/source/components/utilities/utglobal.c @@ -287,8 +287,8 @@ AcpiUtInitGlobals ( /* Global handlers */ - AcpiGbl_SystemNotify.Handler = NULL; - AcpiGbl_DeviceNotify.Handler = NULL; + AcpiGbl_GlobalNotify[0].Handler = NULL; + AcpiGbl_GlobalNotify[1].Handler = NULL; AcpiGbl_ExceptionHandler = NULL; AcpiGbl_InitHandler = NULL; AcpiGbl_TableHandler = NULL; |