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