| .. | .. |
|---|
| 67 | 67 | * cannot be monitored by any other counter, contact your |
|---|
| 68 | 68 | * hardware or BIOS vendor. |
|---|
| 69 | 69 | */ |
|---|
| 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()); |
|---|
| 72 | 72 | } |
|---|
| 73 | 73 | |
|---|
| 74 | 74 | static inline void op_x86_warn_reserved(int counter) |
|---|
| 75 | 75 | { |
|---|
| 76 | | - pr_warning("oprofile: counter #%d is already reserved\n", counter); |
|---|
| 76 | + pr_warn("oprofile: counter #%d is already reserved\n", counter); |
|---|
| 77 | 77 | } |
|---|
| 78 | 78 | |
|---|
| 79 | 79 | extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model, |
|---|