[PATCH] arm64/fixmap: make notes of fixed_addresses more precisely

Catalin Marinas catalin.marinas at arm.com
Mon Aug 3 07:53:45 EDT 2020


On Mon, Aug 03, 2020 at 10:07:16AM +0800, Pingfan Liu wrote:
> What about description like:
> diff --git a/arch/arm64/include/asm/fixmap.h b/arch/arm64/include/asm/fixmap.h
> index f987b8a..4335800 100644
> --- a/arch/arm64/include/asm/fixmap.h
> +++ b/arch/arm64/include/asm/fixmap.h
> @@ -28,10 +28,9 @@
>   * 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.
>   */

It looks fine. Please send it as a separate patch. Thanks.

-- 
Catalin



More information about the linux-arm-kernel mailing list