Re: [Xen-devel] [PATCH 1/3] x86/cpuid: fix generation of auto cpuid header

2018-06-27 Thread Wei Liu
On Wed, Jun 27, 2018 at 04:32:12PM +0200, Roger Pau Monne wrote: > The makefile rule to generate the cpuid-autogen.h header passes the > whole list of dependencies to gen-cpuid.py but only the first > dependency is actually needed. > > So far this seems to be harmless. > > Signed-off-by: Roger Pa

[Xen-devel] [PATCH 1/3] x86/cpuid: fix generation of auto cpuid header

2018-06-27 Thread Roger Pau Monne
The makefile rule to generate the cpuid-autogen.h header passes the whole list of dependencies to gen-cpuid.py but only the first dependency is actually needed. So far this seems to be harmless. Signed-off-by: Roger Pau Monné --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beu