From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 3/3] xen/x86: Cleanup of early cpuid handling Date: Tue, 3 Nov 2015 14:59:02 +0000 Message-ID: <5638CBB6.4050103@citrix.com> References: <1446487185-10152-1-git-send-email-andrew.cooper3@citrix.com> <1446487185-10152-4-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1446487185-10152-4-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Jan Beulich List-Id: xen-devel@lists.xenproject.org On 02/11/15 17:59, Andrew Cooper wrote: > Use register names for variables, rather than their content for leaf 1. > Reduce the number of cpuid instructions issued. Also drop some trailing > whitespace. > > No functional change. > > Signed-off-by: Andrew Cooper Apologies - this patch is broken and causes a failure on boot. v2 on its way. ~Andrew