Re: [Xen-devel] [PATCH v3 02/11] x86/intel_pstate: add some calculation related support

2015-06-18 Thread Jan Beulich
>>> On 11.06.15 at 10:26, wrote: > The added calculation related functions will be used in the intel_pstate.c. > They are copied from the kernel(commit 2418f4f2, f3002134, eb18cba7). The _Linux_ kernel I assume? > --- a/xen/include/asm-x86/div64.h > +++ b/xen/include/asm-x86/div64.h > @@ -11,4 +

[Xen-devel] [PATCH v3 02/11] x86/intel_pstate: add some calculation related support

2015-06-11 Thread Wei Wang
The added calculation related functions will be used in the intel_pstate.c. They are copied from the kernel(commit 2418f4f2, f3002134, eb18cba7). Signed-off-by: Wei Wang --- xen/include/asm-x86/div64.h | 72 + xen/include/xen/kernel.h| 12