summaryrefslogtreecommitdiff
path: root/source/tools/acpiexec/aehandlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpiexec/aehandlers.c')
-rw-r--r--source/tools/acpiexec/aehandlers.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/tools/acpiexec/aehandlers.c b/source/tools/acpiexec/aehandlers.c
index c3d0a7db8..f08ffbe8e 100644
--- a/source/tools/acpiexec/aehandlers.c
+++ b/source/tools/acpiexec/aehandlers.c
@@ -192,12 +192,10 @@ static char *TableEvents[] =
#endif /* !ACPI_REDUCED_HARDWARE */
+static UINT32 SigintCount = 0;
static AE_DEBUG_REGIONS AeRegions;
-#ifndef _GNU_EFI
-static UINT32 SigintCount = 0;
-
/******************************************************************************
*
* FUNCTION: AeCtrlCHandler
@@ -234,7 +232,6 @@ AeCtrlCHandler (
(void) AcpiOsTerminate ();
exit (0);
}
-#endif
/******************************************************************************