From: Stephen Boyd <sboyd@codeaurora.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
"David S. Miller" <davem@davemloft.net>,
Guan Xuetao <gxt@mprc.pku.edu.cn>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH resend] nosave: Consolidate __nosave_{begin,end} in <asm/sections.h>
Date: Fri, 29 Aug 2014 13:51:04 -0700 [thread overview]
Message-ID: <5400E7B8.9050906@codeaurora.org> (raw)
In-Reply-To: <1409343731-5292-1-git-send-email-geert@linux-m68k.org>
On 08/29/14 13:22, Geert Uytterhoeven wrote:
> The different architectures used their own (and different) declarations:
>
> extern __visible const void __nosave_begin, __nosave_end;
> extern const void __nosave_begin, __nosave_end;
> extern long __nosave_begin, __nosave_end;
>
> Consolidate them using the first variant in <asm/sections.h>.
>
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> This has been sent before, as part of the series "[PATCH 00/17] <asm/sections.h>
> related cleanups", almost one year ago (https://lkml.org/lkml/2013/11/12/510).
>
> arch/mips/include/asm/suspend.h | 7 -------
> arch/mips/power/cpu.c | 2 +-
> arch/powerpc/kernel/suspend.c | 4 +---
> arch/s390/kernel/suspend.c | 6 +-----
> arch/sh/include/asm/sections.h | 1 -
> arch/sparc/power/hibernate.c | 4 +---
> arch/unicore32/include/mach/pm.h | 3 ---
> arch/unicore32/kernel/hibernate.c | 1 +
> arch/x86/power/hibernate_32.c | 4 +---
> arch/x86/power/hibernate_64.c | 4 +---
> include/asm-generic/sections.h | 4 ++++
> 11 files changed, 11 insertions(+), 29 deletions(-)
> delete mode 100644 arch/mips/include/asm/suspend.h
>
There's one in arch/arm/kernel/hibernate.c now. Can we update ARM too?
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
next prev parent reply other threads:[~2014-08-29 20:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 20:22 [PATCH resend] nosave: Consolidate __nosave_{begin,end} in <asm/sections.h> Geert Uytterhoeven
2014-08-29 20:51 ` Stephen Boyd [this message]
2014-08-30 9:36 ` Geert Uytterhoeven
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=5400E7B8.9050906@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=akpm@linux-foundation.org \
--cc=benh@kernel.crashing.org \
--cc=davem@davemloft.net \
--cc=geert@linux-m68k.org \
--cc=gxt@mprc.pku.edu.cn \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=ralf@linux-mips.org \
--cc=schwidefsky@de.ibm.com \
--cc=tglx@linutronix.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.