forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/oprofile/op_x86_model.h
....@@ -67,13 +67,13 @@
6767 * cannot be monitored by any other counter, contact your
6868 * hardware or BIOS vendor.
6969 */
70
- pr_warning("oprofile: counter #%d on cpu #%d may already be used\n",
71
- counter, smp_processor_id());
70
+ pr_warn("oprofile: counter #%d on cpu #%d may already be used\n",
71
+ counter, smp_processor_id());
7272 }
7373
7474 static inline void op_x86_warn_reserved(int counter)
7575 {
76
- pr_warning("oprofile: counter #%d is already reserved\n", counter);
76
+ pr_warn("oprofile: counter #%d is already reserved\n", counter);
7777 }
7878
7979 extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,