All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <marc.zyngier@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: Align PSCI stack calculation to comment
Date: Thu, 27 Nov 2014 09:10:30 +0000	[thread overview]
Message-ID: <5476EA86.5010204@arm.com> (raw)
In-Reply-To: <5476E31A.4010001@siemens.com>

On 27/11/14 08:38, Jan Kiszka wrote:
> 0x400 is true 1K.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> 
> Hans, are you collecting sunxi-related patches? This is just a trivial
> one, there will be more.
> 
>  arch/arm/cpu/armv7/sunxi/psci.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/cpu/armv7/sunxi/psci.S b/arch/arm/cpu/armv7/sunxi/psci.S
> index b9ea78b..a84807d 100644
> --- a/arch/arm/cpu/armv7/sunxi/psci.S
> +++ b/arch/arm/cpu/armv7/sunxi/psci.S
> @@ -68,7 +68,7 @@ psci_arch_init:
>  
>  	mrc	p15, 0, r4, c0, c0, 5	@ MPIDR
>  	and	r4, r4, #3		@ cpu number in cluster
> -	mov	r5, #400		@ 1kB of stack per CPU
> +	mov	r5, #0x400		@ 1kB of stack per CPU
>  	mul	r4, r4, r5
>  
>  	adr	r5, text_end		@ end of text
> 

(with a brown paper bag on)

Acked-by: Marc Zyngier <marc.zyngier@arm.com>

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny...

  reply	other threads:[~2014-11-27  9:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-27  8:38 [U-Boot] [PATCH] sunxi: Align PSCI stack calculation to comment Jan Kiszka
2014-11-27  9:10 ` Marc Zyngier [this message]
2014-12-13 17:03 ` Ian Campbell
2014-12-14  9:36   ` Hans de Goede
2014-12-15  7:33   ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5476EA86.5010204@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.