Re: [PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-16 Thread Andy Shevchenko
On Fri, Feb 16, 2018 at 5:08 PM, tedheadster wrote: > On Fri, Feb 16, 2018 at 9:17 AM, Andy Shevchenko > wrote: >> On Thu, Feb 15, 2018 at 6:54 PM, Matthew Whitehead >> wrote: >>> Several i586-class cpus supporting this

Re: [PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-16 Thread Andy Shevchenko
On Fri, Feb 16, 2018 at 5:08 PM, tedheadster wrote: > On Fri, Feb 16, 2018 at 9:17 AM, Andy Shevchenko > wrote: >> On Thu, Feb 15, 2018 at 6:54 PM, Matthew Whitehead >> wrote: >>> Several i586-class cpus supporting this instruction are missing from >>> the X86_CMPXCHG64 config group. >> >> What

Re: [PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-16 Thread tedheadster
Andy On Fri, Feb 16, 2018 at 9:17 AM, Andy Shevchenko wrote: > On Thu, Feb 15, 2018 at 6:54 PM, Matthew Whitehead > wrote: >> Several i586-class cpus supporting this instruction are missing from >> the X86_CMPXCHG64 config group. > > What about

Re: [PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-16 Thread tedheadster
Andy On Fri, Feb 16, 2018 at 9:17 AM, Andy Shevchenko wrote: > On Thu, Feb 15, 2018 at 6:54 PM, Matthew Whitehead > wrote: >> Several i586-class cpus supporting this instruction are missing from >> the X86_CMPXCHG64 config group. > > What about Intel Quark? MinuteIA core which is currently set

Re: [PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-16 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 6:54 PM, Matthew Whitehead wrote: > Several i586-class cpus supporting this instruction are missing from > the X86_CMPXCHG64 config group. What about Intel Quark? MinuteIA core which is currently set as M586TSC. > Using a configuration with either

Re: [PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-16 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 6:54 PM, Matthew Whitehead wrote: > Several i586-class cpus supporting this instruction are missing from > the X86_CMPXCHG64 config group. What about Intel Quark? MinuteIA core which is currently set as M586TSC. > Using a configuration with either M586TSC or M586MMX

[PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-15 Thread Matthew Whitehead
Several i586-class cpus supporting this instruction are missing from the X86_CMPXCHG64 config group. Using a configuration with either M586TSC or M586MMX currently sets X86_MINIMUM_CPU_FAMILY=4 instead of the correct value 5. Booting on an i486 it will fail to generate the "This kernel requires

[PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-15 Thread Matthew Whitehead
Several i586-class cpus supporting this instruction are missing from the X86_CMPXCHG64 config group. Using a configuration with either M586TSC or M586MMX currently sets X86_MINIMUM_CPU_FAMILY=4 instead of the correct value 5. Booting on an i486 it will fail to generate the "This kernel requires

[PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-03 Thread Matthew Whitehead
Several i586-class cpus supporting this instruction are missing from the X86_CMPXCHG64 config group. Using a configuration with either M586TSC or M586MMX currently sets X86_MINIMUM_CPU_FAMILY=4 instead of the correct value 5. Booting on an i486 it will fail to generate the "This kernel requires

[PATCH 1/3] x86/Kconfig : Add missing i586-class cpus to X86_CMPXCHG64 Kconfig group

2018-02-03 Thread Matthew Whitehead
Several i586-class cpus supporting this instruction are missing from the X86_CMPXCHG64 config group. Using a configuration with either M586TSC or M586MMX currently sets X86_MINIMUM_CPU_FAMILY=4 instead of the correct value 5. Booting on an i486 it will fail to generate the "This kernel requires