From 9dfcef827c115e1c4f92035d43523f3af612dbe7 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Thu, 16 Nov 2023 14:15:33 +0000 Subject: [PATCH] arm32: head: Add missing hunk from previous commit The documentation change was meant to be part of 9b807e23e7c5 ("xen/arm32: head: Replace load_paddr with adr_l when they are equivalent") but was missed when preparing to commit. So add it separately. Signed-off-by: Julien Grall --- xen/arch/arm/arm32/head.S | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xen/arch/arm/arm32/head.S b/xen/arch/arm/arm32/head.S index 1fcc6f745e..bbbdf7daf8 100644 --- a/xen/arch/arm/arm32/head.S +++ b/xen/arch/arm/arm32/head.S @@ -882,10 +882,8 @@ ENTRY(lookup_processor_type) ldmfd sp!, {r4, pc} /* - * Read processor ID register (CP#15, CR0), and Look up in the linker-built - * supported processor list. Note that we can't use the absolute addresses for - * the __proc_info lists since we aren't running with the MMU on (and therefore, - * we are not in correct address space). We have to calculate the offset. + * Read processor ID register (CP#15, CR0), and Look up in the linker-built + * supported processor list. * * Returns: * r0: CPUID -- 2.39.5