commit | ee4889c7bc2a416d76730f318c741723cd64d432 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Dec 01 09:06:32 2015 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Dec 14 15:19:06 2015 +1100 |
tree | 289a457d6fc15c745c8b01a808bef3a5de028ffb | |
parent | cbbb8683fb632ecadafcf8a5f81d38156d4274ab [diff] |
powerpc/mm: Don't have generic headers introduce functions touching pte bits We are going to drop pte_common.h in the later patch. The idea is to enable hash code not require to define all PTE bits. Having PTE bits defined in pte_common.h made the code unnecessarily complex. Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>