Re: [PATCH v11 2/4] perf,kvm/{x86,s390}: Remove const from kvm_events_tp
From: David Ahern <hidden>
Date: 2016-01-28 17:22:08
Also in:
lkml
From: David Ahern <hidden>
Date: 2016-01-28 17:22:08
Also in:
lkml
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<redacted> ---
Acked-by: David Ahern <redacted>