Re: [PATCH 3/3] sparc: Drop unused MAX_PHYSADDR_BITS

2020-07-24 Thread David Miller
From: Arvind Sankar Date: Thu, 23 Jul 2020 19:15:44 -0400 > The macro is not used anywhere, so remove the definition. > > Signed-off-by: Arvind Sankar Acked-by: David S. Miller

Re: [PATCH 3/3] sparc: Drop unused MAX_PHYSADDR_BITS

2020-07-24 Thread David Hildenbrand
On 24.07.20 01:15, Arvind Sankar wrote: > The macro is not used anywhere, so remove the definition. > > Signed-off-by: Arvind Sankar > --- > arch/sparc/include/asm/sparsemem.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/sparc/include/asm/sparsemem.h >

[PATCH 3/3] sparc: Drop unused MAX_PHYSADDR_BITS

2020-07-23 Thread Arvind Sankar
The macro is not used anywhere, so remove the definition. Signed-off-by: Arvind Sankar --- arch/sparc/include/asm/sparsemem.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sparc/include/asm/sparsemem.h b/arch/sparc/include/asm/sparsemem.h index 1dd1b61432db..aa9a676bc341 100644 ---