Re: [PATCH 1/3] x86/mm: 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, and has an incorrect value (going by the > comment) on x86_64 since commit > c898faf91b3e ("x86: 46 bit physical address support on 64 bits") > > To avoid confusion, just remove the definition. > > Signed-off-by: Arvind S

[PATCH 1/3] x86/mm: Drop unused MAX_PHYSADDR_BITS

2020-07-23 Thread Arvind Sankar
The macro is not used anywhere, and has an incorrect value (going by the comment) on x86_64 since commit c898faf91b3e ("x86: 46 bit physical address support on 64 bits") To avoid confusion, just remove the definition. Signed-off-by: Arvind Sankar --- arch/x86/include/asm/sparsemem.h | 6 +