]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
xen/arm32: head: Remove 'r6' from the clobber list of create_page_tables()
authorJulien Grall <jgrall@amazon.com>
Thu, 29 Jun 2023 19:47:12 +0000 (20:47 +0100)
committerJulien Grall <jgrall@amazon.com>
Thu, 29 Jun 2023 19:58:09 +0000 (20:58 +0100)
Since commit 62529f16c8a2 ("xen/arm32: head: Use a page mapping for the
1:1 mapping in create_page_tables()"), the register 'r6' is not used
anymore within create_page_tables(). So remove it from the documentation.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Henry Wang <Henry.Wang@arm.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/arch/arm/arm32/head.S

index f9f7be9588b16d624c4e8cf7ee0fc76744ed88f8..1ad981b674601d5e6781d2dfca841ac103550c8f 100644 (file)
@@ -451,10 +451,7 @@ ENDPROC(cpu_init)
  * Output:
  *   r12: Was a temporary mapping created?
  *
- * Clobbers r0 - r4, r6
- *
- * Register usage within this function:
- *   r6 : Identity map in place
+ * Clobbers r0 - r4
  */
 create_page_tables:
         /* Prepare the page-tables for mapping Xen */