From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH v4 02/11] x86/intel_pstate: add some calculation related support Date: Fri, 24 Jul 2015 07:17:18 -0600 Message-ID: <55B256FE020000780009531A@prv-mh.provo.novell.com> References: <1435230882-21865-1-git-send-email-wei.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1435230882-21865-1-git-send-email-wei.w.wang@intel.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Wang Cc: andrew.cooper3@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org >>> On 25.06.15 at 13:14, wrote: > The added calculation related functions will be used in the intel_pstate.c. > They are copied from the Linux kernel(commit 2418f4f2, f3002134, eb18cba7). > > v4 changes: > 1) in commit message, "kernel" changed to "Linux kernel" > 2) if-else coding style change. Oh, also - the change info belongs after the first --- separator. Jan