All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glen Nakamura <glen@imodulo.com>
To: linux-kernel@vger.kernel.org
Cc: marcelo.tosatti@cyclades.com
Subject: [PATCH 2.4.31-pre1] Fix typo in acpi_boot_init
Date: Thu, 28 Apr 2005 07:00:33 +0000	[thread overview]
Message-ID: <20050428070033.GA1731@modulo.internal> (raw)

The following ChangeSet introduced a typo in acpi_boot_init:

ChangeSet@1.1448.1.123  2005-03-09 11:43:51-03:00  marcelo@cnet
* Early ACPI PCI quirk depends on CONFIG_X86_IO_APIC

CONFIG_X86_IOAPIC should obviously be CONFIG_X86_IO_APIC
as written in the patch description above.

Trivial fix below.

Signed-off-by: Glen Nakamura <glen@imodulo.com>


--- linux-2.4.30.orig/arch/i386/kernel/acpi.c	2005-04-04 01:42:19.000000000 +0000
+++ linux-2.4.30/arch/i386/kernel/acpi.c	2005-04-04 01:42:19.000000000 +0000
@@ -440,7 +440,7 @@ acpi_boot_init (void)
 		return result;
 	}
 
-#ifdef CONFIG_X86_IOAPIC
+#ifdef CONFIG_X86_IO_APIC
 	check_acpi_pci();
 #endif
 	

                 reply	other threads:[~2005-04-28  7:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050428070033.GA1731@modulo.internal \
    --to=glen@imodulo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.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 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.