commit | f2c2cca3acef8b253a36381d9b469ad4fb08563a | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:37 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:37 2006 +0200 |
tree | 564dc8e108324a8409bc49b133a0ba0d7895ec38 | |
parent | 5e6b0bfe5b452957b7be4b6ef181cd41880f8359 [diff] |
[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>