Commit 489577d7 authored by Pingfan Liu's avatar Pingfan Liu Committed by Catalin Marinas

arm64/fixmap: make notes of fixed_addresses more precisely

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: default avatarPingfan 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: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 0e4cd9f2
...@@ -28,10 +28,9 @@ ...@@ -28,10 +28,9 @@
* compile time, but to set the physical address only * compile time, but to set the physical address only
* in the boot process. * in the boot process.
* *
* These 'compile-time allocated' memory buffers are * Each enum increment in these 'compile-time allocated'
* page-sized. Use set_fixmap(idx,phys) to associate * memory buffers is page-sized. Use set_fixmap(idx,phys)
* physical memory with fixmap indices. * to associate physical memory with a fixmap index.
*
*/ */
enum fixed_addresses { enum fixed_addresses {
FIX_HOLE, FIX_HOLE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment