mirror of
https://github.com/torvalds/linux.git
synced 2026-07-20 04:27:38 +02:00
CONFIG_PTE_64BIT & CONFIG_PHYS_64BIT are not currently consistently used in the code base. Fixed up the usage such that CONFIG_PTE_64BIT is used when we have a 64-bit PTE regardless of physical address width. CONFIG_PHYS_64BIT is used if the physical address width is larger than 32-bits, regardless of PTE size. These changes required a few sub-arch specific ifdef's to be fixed and the introduction of a physical address format string. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| 4xx_mmu.c | ||
| 44x_mmu.c | ||
| fault.c | ||
| fsl_booke_mmu.c | ||
| hashtable.S | ||
| init.c | ||
| Makefile | ||
| mem_pieces.c | ||
| mem_pieces.h | ||
| mmu_context.c | ||
| mmu_decl.h | ||
| pgtable.c | ||
| ppc_mmu.c | ||
| tlb.c | ||