]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7f68dc15fb70fc4de57fe177129cae6dee42225
tree1052ac46c9029ece0fcbee32f4320fdca3ec7df6
parentb73ef743819c45ccf479b0b59c4ee8ec377c14aa
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