From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro
Date: Tue, 28 Oct 2014 07:58:24 +0100 [thread overview]
Message-ID: <20141028075824.28fa72ae@lilith> (raw)
In-Reply-To: <1414411636-23806-1-git-send-email-yehuday@marvell.com>
Hello Yehuda,
On Mon, 27 Oct 2014 14:07:16 +0200, Yehuda Yitschak
<yehuday@marvell.com> wrote:
> a hexadicemal value was missing the "0x" prefix which caused
> assembler error
>
> Signed-off-by: Yehuda Yitschak <yehuday@marvell.com>
> ---
> arch/arm/include/asm/macro.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/macro.h b/arch/arm/include/asm/macro.h
> index 541b443..1c8c425 100644
> --- a/arch/arm/include/asm/macro.h
> +++ b/arch/arm/include/asm/macro.h
> @@ -193,7 +193,7 @@ lr .req x30
> 0 : wfi
> ldr \wreg2, [\xreg1, GICC_AIAR]
> str \wreg2, [\xreg1, GICC_AEOIR]
> - and \wreg2, \wreg2, #3ff
> + and \wreg2, \wreg2, #0x3ff
> cbnz \wreg2, 0b
> .endm
> #endif
> --
> 1.8.1.2
Applied to u-boot-arm/master (as a preventive bug fix), thanks!
Amicalement,
--
Albert.
prev parent reply other threads:[~2014-10-28 6:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-27 12:07 [U-Boot] [PATCH] gic: fixed compilation error in GICv2 wait for interrupt macro Yehuda Yitschak
2014-10-27 13:04 ` Albert ARIBAUD
2014-10-27 14:29 ` Yehuda Yitschak
2014-10-27 17:12 ` Albert ARIBAUD
2014-10-28 6:58 ` Albert ARIBAUD [this message]
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=20141028075824.28fa72ae@lilith \
--to=albert.u.boot@aribaud.net \
--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.