summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dbexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dbexec.c')
-rw-r--r--sys/contrib/dev/acpica/dbexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dbexec.c b/sys/contrib/dev/acpica/dbexec.c
index 9eded34..e06edb8 100644
--- a/sys/contrib/dev/acpica/dbexec.c
+++ b/sys/contrib/dev/acpica/dbexec.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbexec - debugger control method execution
- * $Revision: 59 $
+ * $Revision: 60 $
*
******************************************************************************/
@@ -484,7 +484,7 @@ AcpiDbMethodThread (
}
}
- if ((i % 1000) == 0)
+ if ((i % 100) == 0)
{
AcpiOsPrintf ("%d executions\n", i);
}
OpenPOWER on IntegriCloud