aboutsummaryrefslogtreecommitdiffstats
path: root/init/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/log.c')
-rw-r--r--init/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/log.c b/init/log.c
index 84ab7a1..f39467c 100644
--- a/init/log.c
+++ b/init/log.c
@@ -34,7 +34,7 @@ static const char *mode_to_string[] = {
static int console_lock = 0;
-#define MAX_TRY_COUNT 2 << 16
+#define MAX_TRY_COUNT 1 << 17
static void obtain_console_lock(void)
{
int try_count = 0;