Re: [Xen-devel] [PATCH 2/2] x86/smp: Misc cleanup

2017-08-18 Thread Jan Beulich
>>> On 18.08.17 at 12:27, wrote: > * Delete trailing whitespace > * Switch to using mfn_t for mfn_to_page()/page_to_mfn() > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich again with Wei's remark addressed. Jan

Re: [Xen-devel] [PATCH 2/2] x86/smp: Misc cleanup

2017-08-18 Thread Wei Liu
On Fri, Aug 18, 2017 at 11:27:27AM +0100, Andrew Cooper wrote: > * Delete trailing whitespace > * Switch to using mfn_t for mfn_to_page()/page_to_mfn() > > Signed-off-by: Andrew Cooper > [...] > +/* Override macros from asm/mm.h to make them work with mfn_t */

[Xen-devel] [PATCH 2/2] x86/smp: Misc cleanup

2017-08-18 Thread Andrew Cooper
* Delete trailing whitespace * Switch to using mfn_t for mfn_to_page()/page_to_mfn() Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu --- xen/arch/x86/smpboot.c | 32 +++- 1 file