Re: [patch V2 08/29] x86/cpu_entry_area: Cleanup setup functions

2019-04-05 Thread Sean Christopherson
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 > --- "consistent" might be a bit of a stretch for 'unsigned int cpu' vs 'i

[patch V2 08/29] x86/cpu_entry_area: Cleanup setup functions

2019-04-05 Thread Thomas Gleixner
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 --- arch/x86/mm/cpu_entry_area.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) --- a/arch/x86/mm/cpu_entry_area.c ++