From: Marcin Slusarz <marcin.slusarz@gmail.com>
To: Pavel Machek <pavel@suse.cz>
Cc: Sven Wegener <sven.wegener@stealer.net>,
LKML <linux-kernel@vger.kernel.org>,
Glauber Costa <gcosta@redhat.com>, Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH] x86, acpi: temp_stack is used only when CONFIG_SMP is set
Date: Fri, 15 Aug 2008 14:12:17 +0200 [thread overview]
Message-ID: <20080815121213.GA5285@joi> (raw)
In-Reply-To: <20080807081245.GA1647@elf.ucw.cz>
On Thu, Aug 07, 2008 at 10:12:46AM +0200, Pavel Machek wrote:
> Hi!
>
> > > > arch/x86/kernel/acpi/sleep.c:24: warning: 'temp_stack' defined but not used
> > > >
> > > > Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
> > > > Cc: Glauber Costa <gcosta@redhat.com>
> > > > Cc: Pavel Machek <pavel@suse.cz>
> > > > Cc: Ingo Molnar <mingo@elte.hu>
> > > > ---
> > > > arch/x86/kernel/acpi/sleep.c | 2 +-
> > > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > > >
> > > > diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c
> > > > index fa2161d..9103cb6 100644
> > > > --- a/arch/x86/kernel/acpi/sleep.c
> > > > +++ b/arch/x86/kernel/acpi/sleep.c
> > > > @@ -20,7 +20,7 @@ unsigned long acpi_realmode_flags;
> > > > /* address in low memory of the wakeup routine. */
> > > > static unsigned long acpi_realmode;
> > > >
> > > > -#ifdef CONFIG_64BIT
> > > > +#ifdef CONFIG_SMP
> > > > static char temp_stack[10240];
> > > > #endif
> > > >
> > >
> > > Now it still generates the warning, but on i386 with CONFIG_SMP set,
> > > instead of x86_64 without CONFIG_SMP. We only need temp_stack, when both
> > > CONFIG_64BIT and CONFIG_SMP are activated.
> >
> > Yes. Thanks for looking at the patch!
> >
> > ---
> > From c6e673acf02e8bf04866cadf17c1cb1fa4d852ea Mon Sep 17 00:00:00 2001
> > From: Marcin Slusarz <marcin.slusarz@gmail.com>
> > Subject: [PATCH] x86, acpi: temp_stack is used only when CONFIG_64BIT && CONFIG_SMP is set
> >
> > arch/x86/kernel/acpi/sleep.c:24: warning: 'temp_stack' defined but not used
> >
> > Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
> > Cc: Glauber Costa <gcosta@redhat.com>
>
> Acked-by: Pavel Machek <pavel@suse.cz>
>
> Ingo, can you merge this one?
Should I resend this patch? Or is there anything wrong with second version?
Marcin
next prev parent reply other threads:[~2008-08-15 12:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-03 16:52 [PATCH] x86, acpi: temp_stack is used only when CONFIG_SMP is set Marcin Slusarz
2008-08-03 17:07 ` Sven Wegener
2008-08-03 17:25 ` Marcin Slusarz
2008-08-07 8:12 ` Pavel Machek
2008-08-15 12:12 ` Marcin Slusarz [this message]
2008-08-15 14:41 ` Ingo Molnar
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=20080815121213.GA5285@joi \
--to=marcin.slusarz@gmail.com \
--cc=gcosta@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=pavel@suse.cz \
--cc=sven.wegener@stealer.net \
/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