From: Yinghai Lu Date: Tue, 22 Jul 2008 05:08:21 +0000 (-0700) Subject: x86: add apic probe for genapic 64bit, v2 X-Git-Tag: v2.6.28-rc1~699^2^8~23^2~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9b89e7f163336ad84200b66a17284dbf26aced;p=pandora-kernel.git x86: add apic probe for genapic 64bit, v2 introducing an APIC handling probing abstraction: static struct genapic *apic_probe[] __initdata = { &apic_x2apic_uv_x, &apic_x2apic_phys, &apic_x2apic_cluster, &apic_physflat, NULL, }; This way we can remove UV, x2apic specific code from genapic_64.c and move them to their specific genapic files. [ v2: fix compiling when CONFIG_ACPI is not set ] Signed-off-by: Yinghai Lu Cc: Jack Steiner Cc: Suresh Siddha Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed