xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH xen-tip] xen/PMU: __pcpu_scope_xenpmu_shared can be static
       [not found] <201508112049.AzXZeiMM%fengguang.wu@intel.com>
@ 2015-08-11 12:04 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-08-11 12:04 UTC (permalink / raw)
  To: Boris Ostrovsky
  Cc: x86, linux-kernel, Ingo Molnar, kbuild-all, H. Peter Anvin,
	xen-devel, Thomas Gleixner, David Vrabel


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 pmu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c
index 7218cea..1d1ae1b 100644
--- a/arch/x86/xen/pmu.c
+++ b/arch/x86/xen/pmu.c
@@ -15,7 +15,7 @@
 
 
 /* Shared page between hypervisor and domain */
-DEFINE_PER_CPU(struct xen_pmu_data *, xenpmu_shared);
+static DEFINE_PER_CPU(struct xen_pmu_data *, xenpmu_shared);
 #define get_xenpmu_data()    per_cpu(xenpmu_shared, smp_processor_id())
 
 /* perf callbacks */

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-11 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201508112049.AzXZeiMM%fengguang.wu@intel.com>
2015-08-11 12:04 ` [PATCH xen-tip] xen/PMU: __pcpu_scope_xenpmu_shared can be static kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).