Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4f78bb289f4ca57b93385b4df4d0defe5804588b
Commit:     4f78bb289f4ca57b93385b4df4d0defe5804588b
Parent:     10bd6b3fc4a4bdeb599495700e97722d18d36609
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Sun Mar 18 01:26:07 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Mar 18 11:35:07 2007 -0700

    [PATCH] X86_P4_CLOCKMOD must select CPU_FREQ_TABLE
    
    CONFIG_CPU_FREQ=y
    CONFIG_CPU_FREQ_TABLE=m
    CONFIG_X86_P4_CLOCKMOD=y
    
    arch/x86_64/kernel/built-in.o: In function 
`cpufreq_p4_verify':p4-clockmod.c:(.text.cpufreq_p4_verify+0x8): undefined 
reference to `cpufreq_frequency_table_verify'
    arch/x86_64/kernel/built-in.o: In function 
`cpufreq_p4_cpu_exit':p4-clockmod.c:(.text.cpufreq_p4_cpu_exit+0x8): undefined 
reference to `cpufreq_frequency_table_put_attr'
    arch/x86_64/kernel/built-in.o: In function 
`cpufreq_p4_cpu_init':p4-clockmod.c:(.text.cpufreq_p4_cpu_init+0x13b): 
undefined reference to `cpufreq_frequency_table_get_attr'
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Acked-by: Dave Jones <[EMAIL PROTECTED]>
    Cc: David Rientjes <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/x86_64/kernel/cpufreq/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86_64/kernel/cpufreq/Kconfig 
b/arch/x86_64/kernel/cpufreq/Kconfig
index ced15d0..40acb67 100644
--- a/arch/x86_64/kernel/cpufreq/Kconfig
+++ b/arch/x86_64/kernel/cpufreq/Kconfig
@@ -75,6 +75,7 @@ config X86_ACPI_CPUFREQ_PROC_INTF
 config X86_P4_CLOCKMOD
        tristate "Intel Pentium 4 clock modulation"
        depends on EMBEDDED
+       select CPU_FREQ_TABLE
        help
          This adds the clock modulation driver for Intel Pentium 4 / XEON
          processors.  When enabled it will lower CPU temperature by skipping
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to