Skip to content
  • Andi Kleen's avatar
    [PATCH] Remove APIC version/cpu capability mpparse checking/printing · f2c2cca3
    Andi Kleen authored
    
    
    ACPI went to great trouble to get the APIC version and CPU capabilities
    of different CPUs before passing them to the mpparser. But all
    that data was used was to print it out.  Actually it even faked some data
    based on the boot cpu, not on the actual CPU being booted.
    
    Remove all this code because it's not needed.
    
    Cc: len.brown@intel.com
    
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    f2c2cca3