All of lore.kernel.org
 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

* Re: [PATCH] xen: arm: Correct comment in arm32 head.S
  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
  1 sibling, 0 replies; 5+ messages in thread
From: Julien Grall @ 2014-07-25 12:10 UTC (permalink / raw)
  To: Ian Campbell, xen-devel; +Cc: tim, stefano.stabellini

Hi Ian,

On 07/25/2014 10:32 AM, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>

Regards,

> ---
>  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)
> 


-- 
Julien Grall

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

* Re: [PATCH] xen: arm: Correct comment in arm32 head.S
  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
  1 sibling, 1 reply; 5+ messages in thread
From: Julien Grall @ 2014-09-08 20:48 UTC (permalink / raw)
  To: Ian Campbell, xen-devel; +Cc: tim, stefano.stabellini

Hi Ian,

I don't see this patch in the tree. Do you plan to apply it?

Regards,

On 25/07/14 02:32, Ian Campbell wrote:
> 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)
>

-- 
Julien Grall

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

* Re: [PATCH] xen: arm: Correct comment in arm32 head.S
  2014-09-08 20:48 ` Julien Grall
@ 2014-09-09  9:22   ` Ian Campbell
  2014-09-09 18:12     ` Julien Grall
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2014-09-09  9:22 UTC (permalink / raw)
  To: Julien Grall; +Cc: stefano.stabellini, tim, xen-devel

On Mon, 2014-09-08 at 13:48 -0700, Julien Grall wrote:
> Hi Ian,
> 
> I don't see this patch in the tree. Do you plan to apply it?

It's 47087e8d067b0f7f72128d02e37bbf1dcfc8b843, isn't it?

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

* Re: [PATCH] xen: arm: Correct comment in arm32 head.S
  2014-09-09  9:22   ` Ian Campbell
@ 2014-09-09 18:12     ` Julien Grall
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Grall @ 2014-09-09 18:12 UTC (permalink / raw)
  To: Ian Campbell; +Cc: stefano.stabellini, tim, xen-devel



On 09/09/14 02:22, Ian Campbell wrote:
> On Mon, 2014-09-08 at 13:48 -0700, Julien Grall wrote:
>> Hi Ian,
>>
>> I don't see this patch in the tree. Do you plan to apply it?
>
> It's 47087e8d067b0f7f72128d02e37bbf1dcfc8b843, isn't it?

Hmmm right, I was unable to find it yesterday. I'm not sure why.

Sorry for the noise.

-- 
Julien Grall

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.