Chris Leech <[EMAIL PROTECTED]> wrote: > > + for_each_cpu(i)
That's about to be deleted. Please use for_each_possible_cpu(). That's if for_each_possible_cpu() is appropriate. Perhaps it should be using for_each_present_cpu(), or for_each_online_cpu(). That's why for_each_cpu() is going away - to make people think about such things.. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
