diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:19 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:22 -0500 |
commit | fdffb72d23172c91af56983f303d1986994df522 (patch) | |
tree | 159b22a5e1dfc895f266ac522559802e2dab5bf6 /drivers/acpi/utilities/utglobal.c | |
parent | 2502fffb1958da66fa50a475081cb6827acdd9f3 (diff) |
ACPICA: Add acpi_gpe_count global to track the number of GPE events
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/utilities/utglobal.c')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index 8809306ba94c..a524e75b7ae4 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c | |||
@@ -720,6 +720,7 @@ void acpi_ut_init_globals(void) | |||
720 | 720 | ||
721 | /* GPE support */ | 721 | /* GPE support */ |
722 | 722 | ||
723 | acpi_gpe_count = 0; | ||
723 | acpi_gbl_gpe_xrupt_list_head = NULL; | 724 | acpi_gbl_gpe_xrupt_list_head = NULL; |
724 | acpi_gbl_gpe_fadt_blocks[0] = NULL; | 725 | acpi_gbl_gpe_fadt_blocks[0] = NULL; |
725 | acpi_gbl_gpe_fadt_blocks[1] = NULL; | 726 | acpi_gbl_gpe_fadt_blocks[1] = NULL; |
@@ -779,3 +780,4 @@ void acpi_ut_init_globals(void) | |||
779 | 780 | ||
780 | ACPI_EXPORT_SYMBOL(acpi_dbg_level) | 781 | ACPI_EXPORT_SYMBOL(acpi_dbg_level) |
781 | ACPI_EXPORT_SYMBOL(acpi_dbg_layer) | 782 | ACPI_EXPORT_SYMBOL(acpi_dbg_layer) |
783 | ACPI_EXPORT_SYMBOL(acpi_gpe_count) | ||