linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH][TRIVIAL] ACPI_PROCESSOR depends on CPU_FREQ
       [not found] <200302062142.h16LgaF20694@caduceus.jf.intel.com>
@ 2003-02-06 21:46 ` Rusty Lynch
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Lynch @ 2003-02-06 21:46 UTC (permalink / raw)
  To: jordan.breeding; +Cc: lkml

On Thu, 2003-02-06 at 13:46, jordan.breeding@attbi.com wrote:
> I think that this: http://linus.bkbits.net:8080/linux-
> 2.5/diffs/drivers/acpi/processor.c@1.32?nav=index.html|ChangeSet@-
> 1d|cset@1.967.1.1 might be the real fix you are looking for which was commited 
> not long ago.
> 
> Jordan

yep, the next changeset fixes this.

    --rustyl

> > After pulling from Linus's tree my build broke while attempting to
> > compile drivers/acpi/processor.c because cpufreq_get_policy() and
> > cpufreq_set_policy() were not defined.
> > 
> > Here is a quick Kconfig fix.
> > 
> >     --rustyl



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH][TRIVIAL] ACPI_PROCESSOR depends on CPU_FREQ
@ 2003-02-06 21:28 Rusty Lynch
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Lynch @ 2003-02-06 21:28 UTC (permalink / raw)
  To: andrew.grover; +Cc: lkml

After pulling from Linus's tree my build broke while attempting to
compile drivers/acpi/processor.c because cpufreq_get_policy() and
cpufreq_set_policy() were not defined.

Here is a quick Kconfig fix.

    --rustyl

--- drivers/acpi/Kconfig.orig	2003-02-06 13:29:24.000000000 -0800
+++ drivers/acpi/Kconfig	2003-02-06 13:31:01.000000000 -0800
@@ -110,6 +110,7 @@
 
 config ACPI_PROCESSOR
 	tristate "Processor"
+	depends on CPU_FREQ
 	depends on IA64 && !IA64_HP_SIM || X86 && ACPI && !ACPI_HT_ONLY
 	help
 	  This driver installs ACPI as the idle handler for Linux, and uses




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-06 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200302062142.h16LgaF20694@caduceus.jf.intel.com>
2003-02-06 21:46 ` [PATCH][TRIVIAL] ACPI_PROCESSOR depends on CPU_FREQ Rusty Lynch
2003-02-06 21:28 Rusty Lynch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).