Re: [PATCH v11 2/4] perf,kvm/{x86,s390}: Remove const from kvm_events_tp

From: David Ahern
Date: Thu Jan 28 2016 - 12:22:11 EST


On 1/27/16 11:33 PM, Hemant Kumar wrote:
This patch removes the "const" qualifier from kvm_events_tp declaration
to account for the fact that some architectures may need to update this
variable dynamically. For instance, powerpc will need to update this
variable dynamically depending on the machine type.

Signed-off-by: Hemant Kumar<hemant@xxxxxxxxxxxxxxxxxx>
---

Acked-by: David Ahern <dsahern@xxxxxxxxx>