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>
* 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 */