Re: linux-next: Tree for Sep 19 (x86/kernel/cpuinfo.c)
From: Randy Dunlap <hidden>
Date: 2017-09-26 01:19:15
Also in:
lkml
From: Randy Dunlap <hidden>
Date: 2017-09-26 01:19:15
Also in:
lkml
On 09/19/17 08:54, Randy Dunlap wrote:
On 09/18/17 21:15, Stephen Rothwell wrote:quoted
Hi all, Changes since 20170918: Linus' tree still had its build failure for which I reverted a commit.on i386: ../arch/x86/kernel/cpuinfo.c: In function 'cpuinfo_flags': ../arch/x86/kernel/cpuinfo.c:35:26: error: 'x86_cap_flags' undeclared (first use in this function) if (cpu_has(cpu, i) && x86_cap_flags[i] != NULL) ^ # CONFIG_X86_FEATURE_NAMES is not set CONFIG_HAVE_CPUINFO_SYSFS=y
Add author and driver-core maintainers. Same error in linux-next 20170922. -- ~Randy