Re: [PATCH] arm64/mm: Drop [PTE|PMD]_TYPE_FAULT

2019-06-26 Thread Catalin Marinas
On Wed, Jun 26, 2019 at 02:06:10PM +0530, Anshuman Khandual wrote: > This was added part of the original commit which added MMU definitions. > > commit 4f04d8f00545 ("arm64: MMU definitions"). > > These symbols never got used as confirmed from a git log search. > > git log -p arch/arm64/ | grep

[PATCH] arm64/mm: Drop [PTE|PMD]_TYPE_FAULT

2019-06-26 Thread Anshuman Khandual
This was added part of the original commit which added MMU definitions. commit 4f04d8f00545 ("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