Re: [PATCH] xen: rename xen_pmu_init() in sys-hypervisor.c

2016-08-01 Thread Juergen Gross
On 01/08/16 17:46, Boris Ostrovsky wrote: > On 08/01/2016 11:44 AM, Juergen Gross wrote: >> On 01/08/16 16:10, Boris Ostrovsky wrote: >>> On 08/01/2016 07:40 AM, Juergen Gross wrote: There are two functions with name xen_pmu_init() in the kernel. Rename the one in drivers/xen/sys-hypervis

Re: [PATCH] xen: rename xen_pmu_init() in sys-hypervisor.c

2016-08-01 Thread Juergen Gross
On 01/08/16 16:10, Boris Ostrovsky wrote: > On 08/01/2016 07:40 AM, Juergen Gross wrote: >> There are two functions with name xen_pmu_init() in the kernel. Rename >> the one in drivers/xen/sys-hypervisor.c to avoid shadowing the one in >> arch/x86/xen/pmu.c >> >> Signed-off-by: Juergen Gross > >

Re: [PATCH] xen: rename xen_pmu_init() in sys-hypervisor.c

2016-08-01 Thread Boris Ostrovsky
On 08/01/2016 11:44 AM, Juergen Gross wrote: > On 01/08/16 16:10, Boris Ostrovsky wrote: >> On 08/01/2016 07:40 AM, Juergen Gross wrote: >>> There are two functions with name xen_pmu_init() in the kernel. Rename >>> the one in drivers/xen/sys-hypervisor.c to avoid shadowing the one in >>> arch/x86/

Re: [PATCH] xen: rename xen_pmu_init() in sys-hypervisor.c

2016-08-01 Thread Boris Ostrovsky
On 08/01/2016 07:40 AM, Juergen Gross wrote: > There are two functions with name xen_pmu_init() in the kernel. Rename > the one in drivers/xen/sys-hypervisor.c to avoid shadowing the one in > arch/x86/xen/pmu.c > > Signed-off-by: Juergen Gross While at it, how about changing xen_properties_init t

[PATCH] xen: rename xen_pmu_init() in sys-hypervisor.c

2016-08-01 Thread Juergen Gross
There are two functions with name xen_pmu_init() in the kernel. Rename the one in drivers/xen/sys-hypervisor.c to avoid shadowing the one in arch/x86/xen/pmu.c Signed-off-by: Juergen Gross --- drivers/xen/sys-hypervisor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dr