• Andi Kleen's avatar
    [PATCH] i386 mptable cpu name decoding cleanup · 9edd824d
    Andi Kleen authored
    It's nearly impossible to get the correct CPU names for AMD CPUs in
    the MP table (would need BIOS calls etc.). The decoding of CPU names form
    the mptable doesn't look too useful anyways, because the correct CPU name
    from CPUID is printed only a few lines later. This patch just removes
    the name table and replaces it with a printout of the hex value.
    This mirrors a change in x86-64
    9edd824d
mpparse.c 28.9 KB