commit | 771263d31114adb5e234364a58280c876c2ed182 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Mar 19 14:26:09 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:04 2008 +0200 |
tree | 31c45c2dce6c8282afe02055bb66918d05309a7c | |
parent | 0df1ba8cabc6c2d613921c75e525826e6eb3210b [diff] |
x86: change x86_64 sanity checks to match i386. They are mostly inocuous. APIC_INTEGRATED will expand to 1, check_phys_apicid_present is checking for the same thing it was before, etc. But the code is identical to i386 now, and will allow us to integrate it. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>