Re: [PATCH] x86, tsc: downgrade message for fast calibration failure

2013-01-31 Thread Paul Bolle
On Wed, 2012-09-26 at 12:09 +0200, Paul Bolle wrote: > When fast calibration of the TSC fails an error is printed: > tsc: Fast TSC calibration failed > > This message was printed at default level (ie, as a warning) before > commit c767a54ba0657e52e6edaa97cbe0b0a8bf1c1655 ("x86/debug: Add >

Re: [PATCH] x86, tsc: downgrade message for fast calibration failure

2013-01-31 Thread Paul Bolle
On Wed, 2012-09-26 at 12:09 +0200, Paul Bolle wrote: When fast calibration of the TSC fails an error is printed: tsc: Fast TSC calibration failed This message was printed at default level (ie, as a warning) before commit c767a54ba0657e52e6edaa97cbe0b0a8bf1c1655 (x86/debug: Add

Re: [PATCH] x86, tsc: downgrade message for fast calibration failure

2012-09-26 Thread Joe Perches
On Wed, 2012-09-26 at 12:09 +0200, Paul Bolle wrote: > When fast calibration of the TSC fails an error is printed: > tsc: Fast TSC calibration failed [] > 1) By the way, it's debatable whether this message should be printed at > informational or at notice level. But the difference between

[PATCH] x86, tsc: downgrade message for fast calibration failure

2012-09-26 Thread Paul Bolle
When fast calibration of the TSC fails an error is printed: tsc: Fast TSC calibration failed This message was printed at default level (ie, as a warning) before commit c767a54ba0657e52e6edaa97cbe0b0a8bf1c1655 ("x86/debug: Add KERN_ to bare printks, convert printks to pr_"). But it is more

[PATCH] x86, tsc: downgrade message for fast calibration failure

2012-09-26 Thread Paul Bolle
When fast calibration of the TSC fails an error is printed: tsc: Fast TSC calibration failed This message was printed at default level (ie, as a warning) before commit c767a54ba0657e52e6edaa97cbe0b0a8bf1c1655 (x86/debug: Add KERN_LEVEL to bare printks, convert printks to pr_level). But it is

Re: [PATCH] x86, tsc: downgrade message for fast calibration failure

2012-09-26 Thread Joe Perches
On Wed, 2012-09-26 at 12:09 +0200, Paul Bolle wrote: When fast calibration of the TSC fails an error is printed: tsc: Fast TSC calibration failed [] 1) By the way, it's debatable whether this message should be printed at informational or at notice level. But the difference between