public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
To: Matthew Wilcox <willy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
Cc: Marcel Meckel <acpi-X2Xph2rMQzhn68oJJulU0Q@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Marcelo Tosatti <marcelo-KCZ47A4bww4P48s/oLjRZg@public.gmane.org>
Subject: Fix xconfig in 2.4-ACPI latest
Date: Thu, 20 Nov 2003 21:51:08 +0000	[thread overview]
Message-ID: <20031120215108.GP30485@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <20031120163200.GK30485-+pPCBgu9SkPzIGdyhVEDUDl5KyyQGfY2kSSpQ9I8OhVaa/9Udqfwiw@public.gmane.org>

On Thu, Nov 20, 2003 at 04:32:00PM +0000, Matthew Wilcox wrote:
> Maybe the tk program is having trouble parsing this:
> 
> +  else if [ "$CONFIG_SMP" = "y" ]; then

I just figured out why I couldn't reproduce this problem.  Oops.
Len, can you apply this patch for 2.4 ASAP?  Otherwise people
using xconfig won't be able to configure their kernels.

diff -u b/drivers/acpi/Config.in linux-2.4/drivers/acpi/Config.in
--- b/drivers/acpi/Config.in    Wed Oct  1 01:10:29 2003
+++ linux-2.4/drivers/acpi/Config.in    20 Nov 2003 21:45:57 -0000
@@ -32,7 +32,8 @@
     tristate     '  Toshiba Laptop Extras'     CONFIG_ACPI_TOSHIBA
     bool         '  Debug Statements'  CONFIG_ACPI_DEBUG
     bool         '  Relaxed AML Checking'      CONFIG_ACPI_RELAXED_AML
-  else if [ "$CONFIG_SMP" = "y" ]; then
+  else
+    if [ "$CONFIG_SMP" = "y" ]; then
       define_bool CONFIG_ACPI_BOOT             y
     fi
   fi

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

      parent reply	other threads:[~2003-11-20 21:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-20  7:53 All 2.4.22 patches after 09-16 broken? Marcel Meckel
     [not found] ` <Pine.LNX.4.44.0311200838380.17057-100000-tZ8E+9KPiprzJgz6305IAw@public.gmane.org>
2003-11-20 14:03   ` Micha Feigin
2003-11-20 16:32   ` Matthew Wilcox
     [not found]     ` <20031120163200.GK30485-+pPCBgu9SkPzIGdyhVEDUDl5KyyQGfY2kSSpQ9I8OhVaa/9Udqfwiw@public.gmane.org>
2003-11-20 21:44       ` Marcel Meckel
2003-11-20 21:51       ` Matthew Wilcox [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=20031120215108.GP30485@parcelfarce.linux.theplanet.co.uk \
    --to=willy-8fiuurrzop0dnm+yrofe0a@public.gmane.org \
    --cc=acpi-X2Xph2rMQzhn68oJJulU0Q@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=marcelo-KCZ47A4bww4P48s/oLjRZg@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox