|
@@ -175,8 +175,8 @@ static int hardlockup_detector_event_create(void)
|
|
|
evt = perf_event_create_kernel_counter(wd_attr, cpu, NULL,
|
|
|
watchdog_overflow_callback, NULL);
|
|
|
if (IS_ERR(evt)) {
|
|
|
- pr_info("Perf event create on CPU %d failed with %ld\n", cpu,
|
|
|
- PTR_ERR(evt));
|
|
|
+ pr_debug("Perf event create on CPU %d failed with %ld\n", cpu,
|
|
|
+ PTR_ERR(evt));
|
|
|
return PTR_ERR(evt);
|
|
|
}
|
|
|
this_cpu_write(watchdog_ev, evt);
|