summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/hwgpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/hwgpe.c')
-rw-r--r--sys/contrib/dev/acpica/hwgpe.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/hwgpe.c b/sys/contrib/dev/acpica/hwgpe.c
index 6340c80..761cd93 100644
--- a/sys/contrib/dev/acpica/hwgpe.c
+++ b/sys/contrib/dev/acpica/hwgpe.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: hwgpe - Low level GPE enable/disable/clear functions
- * $Revision: 31 $
+ * $Revision: 32 $
*
*****************************************************************************/
@@ -144,6 +144,10 @@ AcpiHwEnableGpe (
UINT32 RegisterIndex;
UINT32 BitMask;
+
+ FUNCTION_ENTRY ();
+
+
/*
* Translate GPE number to index into global registers array.
*/
@@ -185,6 +189,10 @@ AcpiHwDisableGpe (
UINT32 RegisterIndex;
UINT32 BitMask;
+
+ FUNCTION_ENTRY ();
+
+
/*
* Translate GPE number to index into global registers array.
*/
@@ -226,6 +234,9 @@ AcpiHwClearGpe (
UINT32 BitMask;
+ FUNCTION_ENTRY ();
+
+
/*
* Translate GPE number to index into global registers array.
*/
@@ -266,6 +277,9 @@ AcpiHwGetGpeStatus (
UINT32 BitMask = 0;
+ FUNCTION_ENTRY ();
+
+
if (!EventStatus)
{
return;
OpenPOWER on IntegriCloud