Re: [PATCH 1/2] lib, switch CONFIG_PRINTK_TIME to int

2016-04-25 Thread Petr Mladek
On Fri 2016-04-22 08:03:08, Prarit Bhargava wrote: > CONFIG_PRINTK_TIME is a bool and in order to add timestamp options for > the monotonic and real time clock it must be expanded to an int. > > diff --git a/arch/x86/configs/x86_64_defconfig > b/arch/x86/configs/x86_64_defconfig > index

Re: [PATCH 1/2] lib, switch CONFIG_PRINTK_TIME to int

2016-04-25 Thread Petr Mladek
On Fri 2016-04-22 08:03:08, Prarit Bhargava wrote: > CONFIG_PRINTK_TIME is a bool and in order to add timestamp options for > the monotonic and real time clock it must be expanded to an int. > > diff --git a/arch/x86/configs/x86_64_defconfig > b/arch/x86/configs/x86_64_defconfig > index

[PATCH 1/2] lib, switch CONFIG_PRINTK_TIME to int

2016-04-22 Thread Prarit Bhargava
CONFIG_PRINTK_TIME is a bool and in order to add timestamp options for the monotonic and real time clock it must be expanded to an int. Cc: Petr Mladek Cc: John Stultz Cc: Xunlei Pang Cc: Thomas Gleixner Cc:

[PATCH 1/2] lib, switch CONFIG_PRINTK_TIME to int

2016-04-22 Thread Prarit Bhargava
CONFIG_PRINTK_TIME is a bool and in order to add timestamp options for the monotonic and real time clock it must be expanded to an int. Cc: Petr Mladek Cc: John Stultz Cc: Xunlei Pang Cc: Thomas Gleixner Cc: Baolin Wang Cc: Andrew Morton Cc: Greg Kroah-Hartman Cc: Petr Mladek Cc: Tejun