Re: [PATCH v7 08/14] arm64: numa: Use pr_fmt()

2016-08-27 Thread Leizhen (ThunderTown)
On 2016/8/26 20:54, Will Deacon wrote: > On Wed, Aug 24, 2016 at 03:44:47PM +0800, Zhen Lei wrote: >> From: Kefeng Wang >> >> Use pr_fmt to prefix kernel output, and remove duplicated msg >> of NUMA turned off. >> >> Signed-off-by: Kefeng Wang

Re: [PATCH v7 08/14] arm64: numa: Use pr_fmt()

2016-08-27 Thread Leizhen (ThunderTown)
On 2016/8/26 20:54, Will Deacon wrote: > On Wed, Aug 24, 2016 at 03:44:47PM +0800, Zhen Lei wrote: >> From: Kefeng Wang >> >> Use pr_fmt to prefix kernel output, and remove duplicated msg >> of NUMA turned off. >> >> Signed-off-by: Kefeng Wang >> --- >> arch/arm64/mm/numa.c | 40

Re: [PATCH v7 08/14] arm64: numa: Use pr_fmt()

2016-08-26 Thread Will Deacon
On Wed, Aug 24, 2016 at 03:44:47PM +0800, Zhen Lei wrote: > From: Kefeng Wang > > Use pr_fmt to prefix kernel output, and remove duplicated msg > of NUMA turned off. > > Signed-off-by: Kefeng Wang > --- > arch/arm64/mm/numa.c | 40

Re: [PATCH v7 08/14] arm64: numa: Use pr_fmt()

2016-08-26 Thread Will Deacon
On Wed, Aug 24, 2016 at 03:44:47PM +0800, Zhen Lei wrote: > From: Kefeng Wang > > Use pr_fmt to prefix kernel output, and remove duplicated msg > of NUMA turned off. > > Signed-off-by: Kefeng Wang > --- > arch/arm64/mm/numa.c | 40 > 1 file changed, 20

[PATCH v7 08/14] arm64: numa: Use pr_fmt()

2016-08-24 Thread Zhen Lei
From: Kefeng Wang Use pr_fmt to prefix kernel output, and remove duplicated msg of NUMA turned off. Signed-off-by: Kefeng Wang --- arch/arm64/mm/numa.c | 40 1 file changed, 20 insertions(+), 20

[PATCH v7 08/14] arm64: numa: Use pr_fmt()

2016-08-24 Thread Zhen Lei
From: Kefeng Wang Use pr_fmt to prefix kernel output, and remove duplicated msg of NUMA turned off. Signed-off-by: Kefeng Wang --- arch/arm64/mm/numa.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/arch/arm64/mm/numa.c