Re: [Xen-devel] [PATCH 3/3] xen/x86: Cleanup of early cpuid handling

2015-11-03 Thread Andrew Cooper
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 an

Re: [Xen-devel] [PATCH 3/3] xen/x86: Cleanup of early cpuid handling

2015-11-03 Thread Konrad Rzeszutek Wilk
On Mon, Nov 02, 2015 at 05:59:45PM +, 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. I checked for that and: Reviewed-by: Konrad