![]() | |||||||||||
Messages in this thread
Patch in this message |
Move kernel/cpu/cpufreq/speedstep-lib.c to the common hold. Also has the slight change to reference speedstep-lib.h that is being moved to include/asm-i386. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Cc: Glauber de Oliveira Costa <glommer@gmail.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Chris Wright <chrisw@sous-sol.org> Cc: Andi Kleen <ak@muc.de> Cc: Jeremy Fitzhardinge <jeremy@goop.org> diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c b/arch/x86/kernel/cpu/cpufreq/speedstep-lib.c similarity index 100% rename from arch/i386/kernel/cpu/cpufreq/speedstep-lib.c rename to arch/x86/kernel/cpu/cpufreq/speedstep-lib.c index d59277c..ff4482b 100644 --- a/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c +++ b/arch/x86/kernel/cpu/cpufreq/speedstep-lib.c @@ -17,7 +17,7 @@ #include <linux/slab.h> #include <asm/msr.h> -#include "speedstep-lib.h" +#include <asm-i386/speedstep-lib.h> #define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_DRIVER, "speedstep-lib", msg) -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2007-03-14 06:19 [from the cache] ©2003-2008 | |||||||||||