x86/apic: Add separate apic_id_valid() functions for selected apic drivers
[linux-2.6-block.git] / arch / x86 / kernel / apic / x2apic_cluster.c
index 5007958758273fab8e8fbe32d5de364e495ed286..48f3103b3c93f42cf885127ee682d4fbbae563b6 100644 (file)
@@ -213,6 +213,7 @@ static struct apic apic_x2apic_cluster = {
        .name                           = "cluster x2apic",
        .probe                          = x2apic_cluster_probe,
        .acpi_madt_oem_check            = x2apic_acpi_madt_oem_check,
+       .apic_id_valid                  = x2apic_apic_id_valid,
        .apic_id_registered             = x2apic_apic_id_registered,
 
        .irq_delivery_mode              = dest_LowestPrio,