|
@@ -210,7 +210,7 @@ __setup("log_buf_len=", log_buf_len_setup);
|
|
|
|
|
|
#ifdef CONFIG_BOOT_PRINTK_DELAY
|
|
#ifdef CONFIG_BOOT_PRINTK_DELAY
|
|
|
|
|
|
-static unsigned int boot_delay; /* msecs delay after each printk during bootup */
|
|
|
|
|
|
+static int boot_delay; /* msecs delay after each printk during bootup */
|
|
static unsigned long long loops_per_msec; /* based on boot_delay */
|
|
static unsigned long long loops_per_msec; /* based on boot_delay */
|
|
|
|
|
|
static int __init boot_delay_setup(char *str)
|
|
static int __init boot_delay_setup(char *str)
|