On Sat, 19 Sep 2009 05:29:53 am Dave Jones wrote: > I'm ok with this going in, but I still wonder if we could have done it > all a lot easier, by making cpumask_any pick the current cpu if it was > in the mask instead of introducing yet another variant to an already > enormous api. That was the initial proposal, but I'm uncomfortable with that, too. "any" really implies "doesn't matter"; if we overload it to have a preference, it becomes really hard to tell which ones really care and which ones don't. Then refactoring becomes harder (performance regression when you alter code). So yeah, not ideal, but this seemed like the minimal API extension. Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html