From: Andrew Morton <akpm@osdl.org>
To: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: arjan@infradead.org, schwidefsky@de.ibm.com,
linux-kernel@vger.kernel.org
Subject: Re: [patch 1/2] add __[start|end]_rodata sections to asm-generic/sections.h
Date: Fri, 30 Jun 2006 02:43:21 -0700 [thread overview]
Message-ID: <20060630024321.71832c54.akpm@osdl.org> (raw)
In-Reply-To: <20060630090321.GA9457@osiris.boeblingen.de.ibm.com>
On Fri, 30 Jun 2006 11:03:21 +0200
Heiko Carstens <heiko.carstens@de.ibm.com> wrote:
> From: Heiko Carstens <heiko.carstens@de.ibm.com>
>
> Add __start_rodata and __end_rodata to sections.h to avoid extern declarations.
> Needed by s390 code (see following patch).
>
> Cc: Arjan van de Ven <arjan@infradead.org>
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
> ---
>
> include/asm-generic/sections.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
> index 0b49f9e..962cad7 100644
> --- a/include/asm-generic/sections.h
> +++ b/include/asm-generic/sections.h
> @@ -14,5 +14,6 @@ extern char _end[];
> extern char __per_cpu_start[], __per_cpu_end[];
> extern char __kprobes_text_start[], __kprobes_text_end[];
> extern char __initdata_begin[], __initdata_end[];
> +extern char __start_rodata[], __end_rodata[];
>
OK. I'll queue this up and will clean up x86, parisc and x86_64 to suit.
The second patch could go via the shiny new s390 git tree if you like. Or
I can handle it, but I don't know if it's a for-2.6.18 thing.
prev parent reply other threads:[~2006-06-30 9:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-30 9:03 Heiko Carstens
2006-06-30 9:43 ` Andrew Morton [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=20060630024321.71832c54.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=arjan@infradead.org \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®