Messages in this thread Patch in this message |  | | | Date | Mon, 01 Aug 2005 13:20:18 -0700 | | From | Ashok Raj <> | | Subject | [patch 1/8] x86_64: Reintroduce clustered_apic_check() for x86_64. |
| |
Auto selection of bigsmp patch removed this check from a shared common file in arch/i386/kernel/acpi/boot.c. We still need to call this to determine the right genapic code for x86_64.
Signed-off-by: Ashok Raj <ashok.raj@intel.com> ----------------------------------------------------------- arch/x86_64/kernel/setup.c | 1 + 1 files changed, 1 insertion(+) Index: linux-2.6.13-rc4-mm1/arch/x86_64/kernel/setup.c =================================================================== --- linux-2.6.13-rc4-mm1.orig/arch/x86_64/kernel/setup.c +++ linux-2.6.13-rc4-mm1/arch/x86_64/kernel/setup.c @@ -663,6 +663,7 @@ void __init setup_arch(char **cmdline_p) * Read APIC and some other early information from ACPI tables. */ acpi_boot_init(); + clustered_apic_check(); #endif #ifdef CONFIG_X86_LOCAL_APIC --
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |