From: Adrian Bunk <bunk@stusta.de>
To: Alexey Dobriyan <adobriyan@sw.ru>,
Joshua Hoblitt <jhoblitt@ifa.hawaii.edu>,
Dave Jones <davej@redhat.com>
Cc: linux-kernel@vger.kernel.org, lenb@kernel.org,
cpufreq@lists.linux.org.uk,
Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Subject: [2.6.23 regression fix] X86_POWERNOW_K8_ACPI must depend on ACPI
Date: Fri, 20 Jul 2007 10:17:36 +0200 [thread overview]
Message-ID: <20070720081736.GV3801@stusta.de> (raw)
In-Reply-To: <20070719085641.GA11064@localhost.sw.ru>
This patch fixes the following compile error introduced by
commit e8666b2718fdb5bf0ea7c3126f7e292bbbf2946b and reported
by Alexey Dobriyan:
<-- snip -->
CC arch/i386/kernel/acpi/cstate.o
In file included from arch/i386/kernel/acpi/cstate.c:17:
include/acpi/processor.h:88: error: expected specifier-qualifier-list before 'acpi_integer'
<-- snip -->
If you select something you must ensure that the dependencies of what
you are selecting are fulfilled.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.22-rc6-mm1/arch/i386/kernel/cpu/cpufreq/Kconfig.old 2007-07-19 15:06:47.000000000 +0200
+++ linux-2.6.22-rc6-mm1/arch/i386/kernel/cpu/cpufreq/Kconfig 2007-07-19 15:07:07.000000000 +0200
@@ -92,7 +92,7 @@
config X86_POWERNOW_K8_ACPI
bool "ACPI Support"
select ACPI_PROCESSOR
- depends on X86_POWERNOW_K8
+ depends on ACPI && X86_POWERNOW_K8
default y
help
This provides access to the K8s Processor Performance States via ACPI.
prev parent reply other threads:[~2007-07-20 8:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-19 8:56 CONFIG_PM=n, CONFIG_ACPI_PROCESSOR=y breakage Alexey Dobriyan
2007-07-20 8:17 ` Adrian Bunk [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=20070720081736.GV3801@stusta.de \
--to=bunk@stusta.de \
--cc=adobriyan@sw.ru \
--cc=cpufreq@lists.linux.org.uk \
--cc=davej@redhat.com \
--cc=jhoblitt@ifa.hawaii.edu \
--cc=lenb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.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.