Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchdog: Improve initialisation error message and documentation
The error message 'NMI watchdog failed to create perf event...' does not make it clear that this is a fatal error for the watchdog. It also currently prints the error value as a pointer, rather than extracting the error code with PTR_ERR(). Fix that. Add a note to the description of the 'nowatchdog' kernel parameter to associate it with this message. Reported-by: Cesare Leonardi <[email protected]> Signed-off-by: Ben Hutchings <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Don Zickus <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: <[email protected]> # .37.x and later LKML-Reference: <1294009362.3167.126.camel@localhost> Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information