diff options
Diffstat (limited to 'source/include/acconfig.h')
-rw-r--r-- | source/include/acconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acconfig.h b/source/include/acconfig.h index 46dbc31109cb..8441551c1c68 100644 --- a/source/include/acconfig.h +++ b/source/include/acconfig.h @@ -138,10 +138,6 @@ #define ACPI_ROOT_TABLE_SIZE_INCREMENT 4 -/* Maximum number of While() loop iterations before forced abort */ - -#define ACPI_MAX_LOOP_ITERATIONS 0xFFFF - /* Maximum sleep allowed via Sleep() operator */ #define ACPI_MAX_SLEEP 2000 /* 2000 millisec == two seconds */ |