arm64: use 'segment' rather than 'chunk' to describe mapped kernel regions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 30 Mar 2016 15:43:06 +0000 (17:43 +0200)
committerWill Deacon <will.deacon@arm.com>
Thu, 14 Apr 2016 17:11:11 +0000 (18:11 +0100)
commit2c09ec06bc39fc85a2b3856524348c301def27af
tree1052ac46c9029ece0fcbee32f4320fdca3ec7df6
parent9f2875912dac35d9272a82ea9eec9e5884b42cd2
arm64: use 'segment' rather than 'chunk' to describe mapped kernel regions

Replace the poorly defined term chunk with segment, which is a term that is
already used by the ELF spec to describe contiguous mappings with the same
permission attributes of statically allocated ranges of an executable.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/mmu.c