]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390: Remove remaining _PAGE_* macros
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Mon, 14 Oct 2024 15:13:40 +0000 (16:13 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 22:13:04 +0000 (00:13 +0200)
commit6febe0efb2df49105b839d6a3a45ab63d40f315a
tree8ae1f1e3c09e7b820e402b06a9a36750991844ae
parentefe8419ae78d65e83edc31aad74b605c12e7d60c
s390: Remove remaining _PAGE_* macros

The introduction of vdso/page.h made the definition of _PAGE_SHIFT,
_PAGE_SIZE, _PAGE_MASK redundant.

Refactor the code to remove the macros.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241014151340.1639555-4-vincenzo.frascino@arm.com
Closes: https://lore.kernel.org/oe-kbuild-all/202410112106.mvc2U2p0-lkp@intel.com/
arch/s390/include/asm/page.h
arch/s390/include/asm/pgtable.h
arch/s390/mm/fault.c
arch/s390/mm/gmap.c
arch/s390/mm/pgalloc.c