summaryrefslogtreecommitdiff
path: root/source/components/events/evsci.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
commitb9098066cd6284319bca922f13e59517f774a103 (patch)
treef01fd6c9053cb01ed84c00cb42ee789adafceaf5 /source/components/events/evsci.c
parent1e24cf365bc9c8df179b145c90d52852724e54ee (diff)
Notes
Diffstat (limited to 'source/components/events/evsci.c')
-rw-r--r--source/components/events/evsci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/events/evsci.c b/source/components/events/evsci.c
index 93b307e4c1b53..f2218656e0892 100644
--- a/source/components/events/evsci.c
+++ b/source/components/events/evsci.c
@@ -218,7 +218,7 @@ AcpiEvInstallSciHandler (
Status = AcpiOsInstallInterruptHandler ((UINT32) AcpiGbl_FADT.SciInterrupt,
- AcpiEvSciXruptHandler, AcpiGbl_GpeXruptListHead);
+ AcpiEvSciXruptHandler, AcpiGbl_GpeXruptListHead);
return_ACPI_STATUS (Status);
}
@@ -257,7 +257,7 @@ AcpiEvRemoveAllSciHandlers (
/* Just let the OS remove the handler and disable the level */
Status = AcpiOsRemoveInterruptHandler ((UINT32) AcpiGbl_FADT.SciInterrupt,
- AcpiEvSciXruptHandler);
+ AcpiEvSciXruptHandler);
if (!AcpiGbl_SciHandlerList)
{