commit | 2c09ec06bc39fc85a2b3856524348c301def27af | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Mar 30 17:43:06 2016 +0200 |
committer | Will Deacon <will.deacon@arm.com> | Thu Apr 14 18:11:11 2016 +0100 |
tree | 1052ac46c9029ece0fcbee32f4320fdca3ec7df6 | |
parent | 9f2875912dac35d9272a82ea9eec9e5884b42cd2 [diff] |
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>