On Fri, Apr 05, 2019 at 05:07:06PM +0200, Thomas Gleixner wrote: > No point in retrieving the entry area pointer over and over. Do it once and > use unsigned int for 'cpu' consistently. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > ---
"consistent" might be a bit of a stretch for 'unsigned int cpu' vs 'int cpu' :-) Reviewed-by: Sean Christopherson <sean.j.christopher...@intel.com>