ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDER
authorMike Rapoport <rppt@linux.ibm.com>
Tue, 5 Jul 2022 15:47:08 +0000 (18:47 +0300)
committerakpm <akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:14:44 +0000 (17:14 -0700)
commit391145380f4b432403d8bdaf53ad7109104cb0df
treeb389a6a674a19ca93a42de72af9ee8bc7e30aa79
parent64c5ed22d6080f8ad07ed782087582a5f023f788
ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDER

PMD_ORDER denotes order of magnitude for a PMD entry, i.e PMD entry size
is 2 ^ PMD_ORDER.

Rename PMD_ORDER to PMD_ENTRY_ORDER to allow a generic definition of
PMD_ORDER as order of a PMD allocation: (PMD_SHIFT - PAGE_SHIFT).

Link: https://lkml.kernel.org/r/20220705154708.181258-16-rppt@kernel.org
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Acked-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/kernel/head.S