* Cyrill Gorcunov <gorcunov@xxxxxxxxx> wrote: > +++ linux-2.6.git/arch/x86/include/asm/apic.h > @@ -310,7 +310,7 @@ struct apic { > int (*apicid_to_node)(int logical_apicid); > int (*cpu_to_logical_apicid)(int cpu); > int (*cpu_present_to_apicid)(int mps_cpu); > - physid_mask_t (*apicid_to_cpu_present)(int phys_apicid); > + void (*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *map); Yep, passing masks by reference is unconditonal goodness - that's the cleanup we want. Mind sending a delta patch against tip:master? Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html