From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] arm64: Align an assembler string properly
Date: Mon, 2 Sep 2013 12:28:27 +0100 [thread overview]
Message-ID: <20130902112827.GG64064@MacBook-Pro.local> (raw)
In-Reply-To: <CAC8NTUWvEYpugbUfZ3A54zFbS71mnChfCk2sVKUxxxWAHz+nRw@mail.gmail.com>
On Mon, Sep 02, 2013 at 11:48:02AM +0100, Radha Mohan wrote:
> From: Corey Minyard <cminyard@mvista.com>
>
> Do a proper align and put it in the right section.
>
> Signed-off-by: Corey Minyard <cminyard@mvista.com>
> ---
> arch/arm64/mm/proc.S | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S
> index 76d8320..1f89adc 100644
> --- a/arch/arm64/mm/proc.S
> +++ b/arch/arm64/mm/proc.S
> @@ -95,10 +95,11 @@ ENTRY(cpu_do_switch_mm)
> ret
> ENDPROC(cpu_do_switch_mm)
>
> + .section ".rodata"
> cpu_name:
> .ascii "AArch64 Processor"
> - .align
>
> + .align 3
> .section ".text.init", #alloc, #execinstr
Oh, we still have this in proc.S. I moved it long time ago to
arch/arm64/kernel/cputable.c but forgot about this. It compiles fine
after removing it completely.
--
Catalin
next prev parent reply other threads:[~2013-09-02 11:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-02 10:48 [PATCH 1/1] arm64: Align an assembler string properly Radha Mohan
2013-09-02 11:28 ` Catalin Marinas [this message]
2013-09-04 12:52 ` Radha Mohan
2013-09-04 14:50 ` Dave Martin
2013-09-05 9:05 ` Catalin Marinas
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=20130902112827.GG64064@MacBook-Pro.local \
--to=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.