]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64/fixmap: make notes of fixed_addresses more precisely
authorPingfan Liu <kernelfans@gmail.com>
Mon, 3 Aug 2020 13:18:40 +0000 (21:18 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Sat, 8 Aug 2020 18:25:04 +0000 (19:25 +0100)
These 'compile-time allocated' memory buffers can occupy more than one
page and each enum increment is page-sized. So improve the note about it.

Signed-off-by: Pingfan Liu <kernelfans@gmail.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/1596460720-19243-1-git-send-email-kernelfans@gmail.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/fixmap.h

index f987b8a8f325e03623a7dc3502f7b39031aad504..4335800201c97ad1d22bc61ec2a3b12f498f2377 100644 (file)
  * compile time, but to set the physical address only
  * in the boot process.
  *
- * These 'compile-time allocated' memory buffers are
- * page-sized. Use set_fixmap(idx,phys) to associate
- * physical memory with fixmap indices.
- *
+ * Each enum increment in these 'compile-time allocated'
+ * memory buffers is page-sized. Use set_fixmap(idx,phys)
+ * to associate physical memory with a fixmap index.
  */
 enum fixed_addresses {
        FIX_HOLE,