Re: [Xen-devel] [PATCH v2 2/9] x86/intel_pstate: add some calculation related support

2015-05-26 Thread Jan Beulich
>>> On 13.05.16 at 09:49, wrote: > The added calculation related functions will be used in the intel_pstate.c. If these are taken from Linux, please say so here (including the version they got cloned from), as in that case close review can be considered unnecessary. That said - do you really need

[Xen-devel] [PATCH v2 2/9] x86/intel_pstate: add some calculation related support

2015-05-13 Thread Wei Wang
The added calculation related functions will be used in the intel_pstate.c. Signed-off-by: Wei Wang --- xen/include/asm-x86/div64.h | 68 + xen/include/xen/kernel.h| 30 2 files changed, 98 insertions(+) diff --git a/xen/inclu