• Matthew Whitehead's avatar
    x86/Kconfig: Explicitly enumerate i686-class CPUs in Kconfig · 25d76ac8
    Matthew Whitehead authored
    The X86_P6_NOP config class leaves out many i686-class CPUs. Instead,
    explicitly enumerate all these CPUs.
    
    Using a configuration with M686 currently sets X86_MINIMUM_CPU_FAMILY=5
    instead of the correct value of 6.
    
    Booting on an i586 it will fail to generate the "This kernel
    requires an i686 CPU, but only detected an i586 CPU" message and
    intentional halt as expected. It will instead just silently hang
    when it hits i686-specific instructions.
    Signed-off-by: default avatarMatthew Whitehead <tedheadster@gmail.com>
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: Arjan van de Ven <arjan@linux.intel.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Brian Gerst <brgerst@gmail.com>
    Cc: Denys Vlasenko <dvlasenk@redhat.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Josh Poimboeuf <jpoimboe@redhat.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Link: http://lkml.kernel.org/r/1518713696-11360-3-git-send-email-tedheadster@gmail.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
    25d76ac8
Kconfig.cpu 15.8 KB