Re: AMD PowerNow booboo in 2.4.19-pre7-ac3

Dave Jones (davej@suse.de)
Thu, 2 May 2002 15:25:02 +0200


On Thu, May 02, 2002 at 10:17:23AM +0100, Russell King wrote:
> > MODULE_LICENSE ("GPL");
> > module_init(PowerNow_k6plus_init);
> > module_exit(PowerNow_k6plus_exit);
> > -__initcall (PowerNOW_k6plus_init);
> > +__initcall (PowerNow_k6plus_init);
> >
> Hmm, that looks really odd - module_init() should be identical to __initcall
> when built into the kernel. Copied to the cpufreq list.

Odd, Alan must have merged an old version of the cvs tree, as the
initcalls were nuked a long time ago there iirc. They're certainly not
in my copy of the current tree

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs
-
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/