]> git.baikalelectronics.ru Git - kernel.git/commit
x86: change x86_64 sanity checks to match i386.
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 19 Mar 2008 17:26:09 +0000 (14:26 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:04 +0000 (17:41 +0200)
commit6287fdef8f3a555c85eeff52ff7f9df0f8ac821a
tree31c45c2dce6c8282afe02055bb66918d05309a7c
parentb0ad8912b52b5d730bca5fd06d2dba8eacb53b5a
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>
arch/x86/kernel/smpboot_64.c