]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/mm: Drop [PTE|PMD]_TYPE_FAULT
authorAnshuman Khandual <anshuman.khandual@arm.com>
Wed, 26 Jun 2019 08:36:10 +0000 (14:06 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 26 Jun 2019 10:28:10 +0000 (11:28 +0100)
commit2352e45c80ed05ac3b9d49d83b9c8eb0aa18c97a
tree0d434c606bf2c5e90801fa89a83246c454db2a48
parent2ea37f329996da93ea8bfa040c258393b06a3d0e
arm64/mm: Drop [PTE|PMD]_TYPE_FAULT

This was added part of the original commit which added MMU definitions.

commit 53c7881d21ad ("arm64: MMU definitions").

These symbols never got used as confirmed from a git log search.

git log -p arch/arm64/ | grep PTE_TYPE_FAULT
git log -p arch/arm64/ | grep PMD_TYPE_FAULT

These probably meant to identify non present entries which can now be
achieved with PMD_SECT_VALID or PTE_VALID bits. Hence just drop these
unused symbols which are not required anymore.

Cc: Will Deacon <will.deacon@arm.com>
Cc: Steve Capper <steve.capper@arm.com>
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/pgtable-hwdef.h