New Centaur CPUs have Family >= 7. So, add specific initialization for these CPUs in centaur.c
In order to handle Family >= 7, also use if instead two-condition switch-case in centaur.c Tony W Wang-oc (2): x86/cpu: replace two-condition switch-case with if statement x86/cpu: add Centaur Family >=7 CPUs initialization support arch/x86/kernel/cpu/centaur.c | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) -- 2.7.4