All of lore.kernel.org
 help / color / mirror / Atom feed
* acpi-test tree build failure
@ 2008-10-11  9:47 Alan Jenkins
  2008-10-16 15:34 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Jenkins @ 2008-10-11  9:47 UTC (permalink / raw)
  To: Len Brown; +Cc: linux acpi, Venkatesh Pallipadi

I tried acpi-test to see how it works on my EeePC (with the nasty EC),
but the build fails, complaining about a non-existent file...

    $ make ARCH=i386 oldconfig
    scripts/kconfig/conf -o arch/x86/Kconfig
    arch/x86/Kconfig:1539: can't open file "drivers/idle/Kconfig"
    make[1]: *** [oldconfig] Error 1
    make: *** [oldconfig] Error 2

I can see where the reference to drivers/idle was added, so I've
reverted it locally.  I hope I'm not looking at the wrong tree or
something :-).

Ta,
Alan



commit e8b529091b2ab65f5a4783e292c2b472e309116e
Author: Venki Pallipadi <venkatesh.pallipadi@intel.com>
Date:   Thu Oct 9 11:45:22 2008 -0700

    i7300_idle driver v1.55

    The Intel 7300 Memory Controller supports dynamic throttling of
memory which can
    be used to save power when system is idle. This driver does the memory
    throttling when all CPUs are idle on such a system.

    Refer to "Intel 7300 Memory Controller Hub (MCH)" datasheet
    for the config space description.

    Signed-off-by: Andy Henroid <andrew.d.henroid@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>
    Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ed92864..19cdfe1 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1536,6 +1536,8 @@ source "arch/x86/kernel/cpu/cpufreq/Kconfig"

 source "drivers/cpuidle/Kconfig"

+source "drivers/idle/Kconfig"
+
 endmenu


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

* Re: acpi-test tree build failure
  2008-10-11  9:47 acpi-test tree build failure Alan Jenkins
@ 2008-10-16 15:34 ` Len Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2008-10-16 15:34 UTC (permalink / raw)
  To: Alan Jenkins; +Cc: Len Brown, linux acpi, Venkatesh Pallipadi



On Sat, 11 Oct 2008, Alan Jenkins wrote:

> I tried acpi-test to see how it works on my EeePC (with the nasty EC),
> but the build fails, complaining about a non-existent file...
> 
>     $ make ARCH=i386 oldconfig
>     scripts/kconfig/conf -o arch/x86/Kconfig
>     arch/x86/Kconfig:1539: can't open file "drivers/idle/Kconfig"
>     make[1]: *** [oldconfig] Error 1
>     make: *** [oldconfig] Error 2
> 
> I can see where the reference to drivers/idle was added, so I've
> reverted it locally.  I hope I'm not looking at the wrong tree or
> something :-).

it was a real bug.
probably i forgot to manually add this file, which git makes
me do when i resolve merge conflicts.  didn't notice it b/c
the untracked Kconfig file was still sitting there when I needed it.

thanks,
-Len

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

end of thread, other threads:[~2008-10-16 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11  9:47 acpi-test tree build failure Alan Jenkins
2008-10-16 15:34 ` Len Brown

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.