xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen: arm: Correct comment in arm32 head.S
@ 2014-07-25  9:32 Ian Campbell
  2014-07-25 12:10 ` Julien Grall
  2014-09-08 20:48 ` Julien Grall
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Campbell @ 2014-07-25  9:32 UTC (permalink / raw)
  To: xen-devel; +Cc: julien.grall, tim, Ian Campbell, stefano.stabellini

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 xen/arch/arm/arm32/head.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/arm/arm32/head.S b/xen/arch/arm/arm32/head.S
index ec57974..16d76f4 100644
--- a/xen/arch/arm/arm32/head.S
+++ b/xen/arch/arm/arm32/head.S
@@ -378,7 +378,7 @@ paging:
 1:
 
         /* Map fixmap into boot_second */
-        ldr   r1, =boot_second       /* r1 := vaddr (xen_fixmap) */
+        ldr   r1, =boot_second       /* r1 := vaddr (boot_second) */
         ldr   r2, =xen_fixmap
         add   r2, r2, r10            /* r2 := paddr (xen_fixmap) */
         orr   r2, r2, #PT_UPPER(PT)
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-09 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25  9:32 [PATCH] xen: arm: Correct comment in arm32 head.S Ian Campbell
2014-07-25 12:10 ` Julien Grall
2014-09-08 20:48 ` Julien Grall
2014-09-09  9:22   ` Ian Campbell
2014-09-09 18:12     ` Julien Grall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).