On 16/02/15 12:14, Peter Zijlstra wrote: > > From: Thomas Gleixner <[email protected]> > > Xen calls on every cpu into tick_resume() which is just > wrong. tick_resume() is for the syscore global suspend/resume > invocation. What XEN really wants is a per cpu local resume function, > but yes, its simpler to just use something which works by chance and > let those who want to change that code deal with the fallout. > > Provide a tick_resume_local() function and use it in XEN.
Acked-by: David Vrabel <[email protected]> David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

