Loading kernel/printk.c +1 −3 Original line number Diff line number Diff line Loading @@ -702,9 +702,7 @@ asmlinkage int vprintk(const char *fmt, va_list args) loglev_char = default_message_loglevel + '0'; } t = 0; if (system_state != SYSTEM_BOOTING) t = ktime_to_ns(ktime_get()); t = cpu_clock(printk_cpu); nanosec_rem = do_div(t, 1000000000); tlen = sprintf(tbuf, "<%c>[%5lu.%06lu] ", Loading Loading
kernel/printk.c +1 −3 Original line number Diff line number Diff line Loading @@ -702,9 +702,7 @@ asmlinkage int vprintk(const char *fmt, va_list args) loglev_char = default_message_loglevel + '0'; } t = 0; if (system_state != SYSTEM_BOOTING) t = ktime_to_ns(ktime_get()); t = cpu_clock(printk_cpu); nanosec_rem = do_div(t, 1000000000); tlen = sprintf(tbuf, "<%c>[%5lu.%06lu] ", Loading