Commit 3285d831 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] As we're using ACPI in powernow-k8 now, we need ACPI to initialise first.

parent a8e24e1f
......@@ -1072,5 +1072,5 @@ MODULE_AUTHOR("Paul Devriendt <paul.devriendt@amd.com>");
MODULE_DESCRIPTION("AMD Athlon 64 and Opteron processor frequency driver.");
MODULE_LICENSE("GPL");
module_init(powernowk8_init);
late_initcall(powernowk8_init);
module_exit(powernowk8_exit);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment