Skip to content
  • Cyril Brulebois's avatar
    Install *-microcode automatically, based on CPU vendor (Closes: #1029804). · 1f54fb8d
    Cyril Brulebois authored
    There seems to be some symmetry between:
     - arch/x86/kernel/cpu/amd.c
     - arch/x86/kernel/cpu/intel.c
    
    and:
     - arch/x86/kernel/cpu/microcode/amd.c
     - arch/x86/kernel/cpu/microcode/intel.c
    
    The former files set the vendor_id field in the /proc/cpuinfo file,
    while the latter files deal with microcode updates.
    
    Hints for smarter detection are welcome!
    1f54fb8d