Re: [Xen-devel] [PATCH RFC 02/13] x86/mm: move MEM_LOG to asm-x86/mm.h

2017-03-29 Thread Wei Liu
On Tue, Mar 28, 2017 at 10:14:13PM +0100, Andrew Cooper wrote: > On 27/03/2017 10:10, Wei Liu wrote: > > It will be needed later when we split mm.c. > > > > No functional change. > > > > Signed-off-by: Wei Liu > > I have a pending patch to take MEM_LOG() out entirely, along with > correcting some

Re: [Xen-devel] [PATCH RFC 02/13] x86/mm: move MEM_LOG to asm-x86/mm.h

2017-03-28 Thread Andrew Cooper
On 27/03/2017 10:10, Wei Liu wrote: > It will be needed later when we split mm.c. > > No functional change. > > Signed-off-by: Wei Liu I have a pending patch to take MEM_LOG() out entirely, along with correcting some of the information printed. I'd prefer not to perpetuate its existence. ~Andre

[Xen-devel] [PATCH RFC 02/13] x86/mm: move MEM_LOG to asm-x86/mm.h

2017-03-27 Thread Wei Liu
It will be needed later when we split mm.c. No functional change. Signed-off-by: Wei Liu --- xen/arch/x86/mm.c| 2 -- xen/include/asm-x86/mm.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index c0bdc667bf..a1d867bd94 100644