Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Anup Patel
On Thu, Nov 1, 2018 at 4:20 AM Olof Johansson wrote: > > On Wed, Oct 31, 2018 at 1:42 PM Palmer Dabbelt wrote: > > > > On Wed, 31 Oct 2018 12:20:40 PDT (-0700), Olof Johansson wrote: > > > On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: > > >> > > >> The printk timestamps are very useful

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Anup Patel
On Thu, Nov 1, 2018 at 4:20 AM Olof Johansson wrote: > > On Wed, Oct 31, 2018 at 1:42 PM Palmer Dabbelt wrote: > > > > On Wed, 31 Oct 2018 12:20:40 PDT (-0700), Olof Johansson wrote: > > > On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: > > >> > > >> The printk timestamps are very useful

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Olof Johansson
On Wed, Oct 31, 2018 at 1:42 PM Palmer Dabbelt wrote: > > On Wed, 31 Oct 2018 12:20:40 PDT (-0700), Olof Johansson wrote: > > On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: > >> > >> The printk timestamps are very useful information to visually see > >> where kernel is spending time during

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Olof Johansson
On Wed, Oct 31, 2018 at 1:42 PM Palmer Dabbelt wrote: > > On Wed, 31 Oct 2018 12:20:40 PDT (-0700), Olof Johansson wrote: > > On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: > >> > >> The printk timestamps are very useful information to visually see > >> where kernel is spending time during

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Palmer Dabbelt
On Wed, 31 Oct 2018 12:20:40 PDT (-0700), Olof Johansson wrote: On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Palmer Dabbelt
On Wed, 31 Oct 2018 12:20:40 PDT (-0700), Olof Johansson wrote: On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Olof Johansson
On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: > > The printk timestamps are very useful information to visually see > where kernel is spending time during boot. It also helps us see > the timing of hotplug events at runtime. > > This patch enables printk timestamps in RISC-V defconfig so that

Re: [PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-31 Thread Olof Johansson
On Tue, Oct 30, 2018 at 5:37 AM Anup Patel wrote: > > The printk timestamps are very useful information to visually see > where kernel is spending time during boot. It also helps us see > the timing of hotplug events at runtime. > > This patch enables printk timestamps in RISC-V defconfig so that

[PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-30 Thread Anup Patel
The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This patch enables printk timestamps in RISC-V defconfig so that we have it enabled by default (similar to other architectures

[PATCH] RISC-V: defconfig: Enable printk timestamps

2018-10-30 Thread Anup Patel
The printk timestamps are very useful information to visually see where kernel is spending time during boot. It also helps us see the timing of hotplug events at runtime. This patch enables printk timestamps in RISC-V defconfig so that we have it enabled by default (similar to other architectures