* [PATCH] Longhaul - I missed that
@ 2006-07-07 6:48 Rafał Bilski
2006-07-07 6:53 ` Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: Rafał Bilski @ 2006-07-07 6:48 UTC (permalink / raw)
To: Dave Jones; +Cc: cpufreq
This should be in "Use hardware support". Without this
longhaul will always fail when compiled into kernel.
I lost this when I was splitting patches. Sorry.
Signed-off-by: Rafa³ Bilski <rafalbilski@interia.pl>
---
--- linux-2.6.17-git20/arch/i386/kernel/cpu/cpufreq/longhaul.c.orig 2006-07-07 08:35:32.000000000 +0200
+++ linux-2.6.17-git20/arch/i386/kernel/cpu/cpufreq/longhaul.c 2006-07-07 08:35:52.000000000 +0200
@@ -739,6 +739,6 @@ MODULE_AUTHOR ("Dave Jones <davej@codemo
MODULE_DESCRIPTION ("Longhaul driver for VIA Cyrix processors.");
MODULE_LICENSE ("GPL");
-module_init(longhaul_init);
+late_initcall(longhaul_init);
module_exit(longhaul_exit);
------------------------------------------------------------------------
Interaktywne mapy miast na http://map24.interia.pl/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-07 6:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07 6:48 [PATCH] Longhaul - I missed that Rafał Bilski
2006-07-07 6:53 ` Dave Jones
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.