]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Remove APIC version/cpu capability mpparse checking/printing
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:37 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:37 +0000 (10:52 +0200)
commit948ac2396d02b510fa01f6a2919695f376fda760
tree564dc8e108324a8409bc49b133a0ba0d7895ec38
parent7c1d9055827f38c7aeea36d290ab3b0fdb8d04ff
[PATCH] Remove APIC version/cpu capability mpparse checking/printing

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: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/io_apic.c
arch/x86_64/kernel/mpparse.c