From: Michal Simek <monstr@monstr.eu>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: David Woodhouse <dwmw2@infradead.org>,
Paul Mundt <lethal@linux-sh.org>,
Mike Frysinger <vapier@gentoo.org>,
uclinux-dev@uclinux.org, linux-mtd@lists.infradead.org
Subject: Re: [PATCH/RFC] mtd/uclinux: Use generic __bss_stop instead of _ebss
Date: Fri, 01 Jun 2012 06:58:48 +0200 [thread overview]
Message-ID: <4FC84C08.4020408@monstr.eu> (raw)
In-Reply-To: <1338497739-2852-1-git-send-email-geert@linux-m68k.org>
On 05/31/2012 10:55 PM, Geert Uytterhoeven wrote:
> The standard (see BSS_SECTION() in<asm-generic/vmlinux.lds.h> and
> <asm-generic/sections.h>) symbol for the end of BSS is __bss_stop.
> This allows to remove all local declarations that have been added to
> several architectures just to please CONFIG_MTD_UCLINUX.
>
> Not-Yet-Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>
> ---
> This is a prerequisite for some future m68k changes:
> - replacing the m68k-specific _[se]bss by the generic __bss_{start,stop},
> - using the asm-generic version of<asm/sections.h>.
> ---
> arch/blackfin/kernel/setup.c | 1 -
> arch/microblaze/include/asm/sections.h | 4 ----
> arch/microblaze/kernel/microblaze_ksyms.c | 3 ---
> arch/microblaze/kernel/setup.c | 4 ++--
> arch/microblaze/kernel/vmlinux.lds.S | 1 -
> arch/sh/include/asm/sections.h | 1 -
> arch/sh/kernel/setup.c | 2 +-
> arch/sh/kernel/sh_ksyms_32.c | 1 -
> arch/sh/kernel/vmlinux.lds.S | 1 -
> arch/sh/lib/mcount.S | 8 +++-----
> drivers/mtd/maps/uclinux.c | 5 ++---
> 11 files changed, 8 insertions(+), 23 deletions(-)
>
Looks good to me.
Acked-by: Michal Simek <monstr@monstr.eu>
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
next prev parent reply other threads:[~2012-06-01 4:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-31 20:55 [PATCH/RFC] mtd/uclinux: Use generic __bss_stop instead of _ebss Geert Uytterhoeven
2012-05-31 23:47 ` Paul Mundt
2012-06-01 2:20 ` Mike Frysinger
2012-06-01 4:58 ` Michal Simek [this message]
2012-06-01 6:11 ` [uClinux-dev] " Greg Ungerer
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=4FC84C08.4020408@monstr.eu \
--to=monstr@monstr.eu \
--cc=dwmw2@infradead.org \
--cc=geert@linux-m68k.org \
--cc=lethal@linux-sh.org \
--cc=linux-mtd@lists.infradead.org \
--cc=uclinux-dev@uclinux.org \
--cc=vapier@gentoo.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.