Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / include / acpi / acconfig.h
index 14ceff7..1c16f82 100644 (file)
  *
  *****************************************************************************/
 
-#define ACPI_DEBUGGER_MAX_ARGS          8      /* Must be max method args + 1 */
-#define ACPI_DB_LINE_BUFFER_SIZE       512
+#define ACPI_DEBUGGER_MAX_ARGS          ACPI_METHOD_NUM_ARGS + 4       /* Max command line arguments */
+#define ACPI_DB_LINE_BUFFER_SIZE        512
 
 #define ACPI_DEBUGGER_COMMAND_PROMPT    '-'
 #define ACPI_DEBUGGER_EXECUTE_PROMPT    '%'