x86, apic: refactor ->apic_id_mask & APIC_ID_MASK
[deliverable/linux.git] / arch / x86 / mach-generic / es7000.c
index 1944675db629daffbf4e853eb5fac66e3035c639..21fb33eea91bc75a816a9cc18a0a2cab4dd76d2a 100644 (file)
@@ -128,7 +128,7 @@ struct genapic apic_es7000 = {
 
        .get_apic_id                    = es7000_get_apic_id,
        .set_apic_id                    = NULL,
-       .apic_id_mask                   = APIC_ID_MASK,
+       .apic_id_mask                   = ES7000_APIC_ID_MASK,
 
        .cpu_mask_to_apicid             = cpu_mask_to_apicid,
        .cpu_mask_to_apicid_and         = cpu_mask_to_apicid_and,
This page took 0.025273 seconds and 5 git commands to generate.