[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86/vpmu: Drop "VPMU: disabled" message
commit 286b35fe3aa4a824aea0ca92dc2e7d8344297f3b Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Fri Sep 13 17:13:35 2019 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Sep 17 17:24:07 2019 +0100 x86/vpmu: Drop "VPMU: disabled" message Printing "$foo disabled" is unnecessary noise during boot. All other VPMU settings emit a message, so this doesn't result in any ambiguity. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/cpu/vpmu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/x86/cpu/vpmu.c b/xen/arch/x86/cpu/vpmu.c index 375599aca5..f397183ec3 100644 --- a/xen/arch/x86/cpu/vpmu.c +++ b/xen/arch/x86/cpu/vpmu.c @@ -857,10 +857,7 @@ static int __init vpmu_init(void) int vendor = current_cpu_data.x86_vendor; if ( !opt_vpmu_enabled ) - { - printk(XENLOG_INFO "VPMU: disabled\n"); return 0; - } /* NMI watchdog uses LVTPC and HW counter */ if ( opt_watchdog && opt_vpmu_enabled ) -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |