X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fcpu%2Fperf_counter.c;h=40e233a24d9f305d20900b4aa08b920362c63c59;hb=3c581a7f94542341bf0da496a226b44ac63521a8;hp=a7aa8f900954811e046f397547a19e88291aaeb3;hpb=84210aeb4a6a77de8a3067b121026bad630cd3da;p=mirror_ubuntu-artful-kernel.git diff --git a/arch/x86/kernel/cpu/perf_counter.c b/arch/x86/kernel/cpu/perf_counter.c index a7aa8f900954..40e233a24d9f 100644 --- a/arch/x86/kernel/cpu/perf_counter.c +++ b/arch/x86/kernel/cpu/perf_counter.c @@ -1590,7 +1590,7 @@ static int p6_pmu_init(void) } if (!cpu_has_apic) { - pr_info("no Local APIC, try rebooting with lapic"); + pr_info("no APIC, boot with the \"lapic\" boot parameter to force-enable it.\n"); return -ENODEV; }