linux/arch/x86/events/intel
Ingo Molnar d7847a7017 x86/cpufeature: Fix build bug caused by merge artifact with the removal of cpu_has_hypervisor
The 0-day build robot by Fengguang Wu reported a build failure:

   arch/x86/events//intel/cstate.c: In function 'cstate_pmu_init':
   arch/x86/events//intel/cstate.c:680:6: error: 'cpu_has_hypervisor' undeclared (first use in this function)

... which was caused by a merge mistake I made when applying
the following patch:

  0c9f3536cc ("x86/cpufeature: Remove cpu_has_hypervisor")

apply the missing hunk as well.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: David Kershner <david.kershner@unisys.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: sparmaintainer@unisys.com
Cc: virtualization@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/1459266123-21878-3-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2016-04-01 09:03:27 +02:00
..
bts.c perf/x86: Move perf_event.h to its new home 2016-02-17 10:11:36 +01:00
core.c perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere 2016-03-08 12:19:13 +01:00
cqm.c perf/x86/cqm: Factor out some common code 2016-03-21 09:08:22 +01:00
cstate.c x86/cpufeature: Fix build bug caused by merge artifact with the removal of cpu_has_hypervisor 2016-04-01 09:03:27 +02:00
ds.c perf/x86/BTS: Fix RCU usage 2016-03-21 09:08:17 +01:00
knc.c perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi 2016-03-08 12:18:32 +01:00
lbr.c Merge branch 'x86/cleanups' into x86/urgent 2016-03-17 09:44:57 +01:00
p4.c perf/x86: Move perf_event.h to its new home 2016-02-17 10:11:36 +01:00
p6.c perf/x86: Move perf_event.h to its new home 2016-02-17 10:11:36 +01:00
pt.c perf/x86: Move perf_event.h to its new home 2016-02-17 10:11:36 +01:00
pt.h perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch] 2016-02-17 10:09:47 +01:00
rapl.c perf/x86/intel/rapl: Add missing Broadwell models 2016-03-21 11:16:19 +01:00
uncore.c x86/cpufeature: Remove cpu_has_hypervisor 2016-03-31 13:35:07 +02:00
uncore.h perf/x86/uncore: Fix build on UP-IOAPIC configs 2016-03-03 09:12:27 +01:00
uncore_nhmex.c perf/x86/intel/uncore: Clean up hardware on exit 2016-02-29 09:35:15 +01:00
uncore_snb.c perf/x86/intel/uncore: Store box in event->pmu_private 2016-02-29 09:35:17 +01:00
uncore_snbep.c perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCU 2016-03-21 11:16:19 +01:00