Re: [Xen-devel] [RFC PATCH v5 10/12] xen: arm: add XEN_SYSCTL_cpufreq_op definition

2014-12-18 Thread Jan Beulich
>>> On 11.11.14 at 14:17, wrote: > Kernel uses this op to start/stop cpufreq notification > events sending. This is too little of an explanation for a public interface addition. Jan ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.

[Xen-devel] [RFC PATCH v5 10/12] xen: arm: add XEN_SYSCTL_cpufreq_op definition

2014-11-11 Thread Oleksandr Dmytryshyn
Kernel uses this op to start/stop cpufreq notification events sending. Signed-off-by: Oleksandr Dmytryshyn --- xen/include/public/sysctl.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h index 8437d31..35188d7 100644 ---