x86/mm: Drop unused MAX_PHYSADDR_BITS
authorArvind Sankar <nivedita@alum.mit.edu>
Thu, 23 Jul 2020 23:15:42 +0000 (19:15 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 24 Jul 2020 07:53:06 +0000 (09:53 +0200)
commit0a787b28b7a375ad9d5c77bc3922ae1a8305239e
tree39d5f0dff51ddc694b6f95a9deb4d2444e75fc72
parent99e40204e014e06644072c39001a269d9689e0d1
x86/mm: Drop unused MAX_PHYSADDR_BITS

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 <nivedita@alum.mit.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200723231544.17274-2-nivedita@alum.mit.edu
arch/x86/include/asm/sparsemem.h