RE: [PATCH v4 6/7] x86/vdso: Introduce CPU number helper functions

2018-06-22 Thread Thomas Gleixner
On Fri, 22 Jun 2018, Bae, Chang Seok wrote: > On Friday, 22 Jun 2018, Thomas Gleixner wrote: > > Or some other sensible function name. > > Now, for these helper function renaming, I would like to check it from Andy. Sure I just made some up. Find some which are descriptive enough, Thanks,

RE: [PATCH v4 6/7] x86/vdso: Introduce CPU number helper functions

2018-06-22 Thread Bae, Chang Seok
On Friday, 22 Jun 2018, Thomas Gleixner wrote: > On Wed, 20 Jun 2018, Chang S. Bae wrote: > > CPU number initialization in vDSO is now a bit cleaned up by > > the new helper functions. The helper functions will take > > care of combing CPU and node number and reading each from > s/combing/combini

Re: [PATCH v4 6/7] x86/vdso: Introduce CPU number helper functions

2018-06-22 Thread Thomas Gleixner
On Wed, 20 Jun 2018, Chang S. Bae wrote: > CPU number initialization in vDSO is now a bit cleaned up by > the new helper functions. The helper functions will take > care of combing CPU and node number and reading each from s/combing/combining/ please > the combined value. > > Suggested-by: Andy