Re: AMD PowerNow booboo in 2.4.19-pre7-ac3

CaT (cat@zip.com.au)
Thu, 2 May 2002 19:19:01 +1000


On Thu, May 02, 2002 at 10:17:23AM +0100, Russell King wrote:
> On Thu, May 02, 2002 at 06:51:37PM +1000, CaT wrote:
> > --- arch/i386/kernel/amdk6plus.c.old Thu May 2 18:51:13 2002
> > +++ arch/i386/kernel/amdk6plus.c Thu May 2 18:51:17 2002
> > @@ -117,4 +117,4 @@
> > 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.

I did a test make bzlilo to continue compiling and that -seemed- to work
but I probably did something wrong as it bombed out with a 'duplicate
definition' (from memory) so I removed the __initcall and it compiled
fine this time.

-- 
CORUSCANT-Presiding over a memorial service commemorating the victims
of the attack on the Death Star, the Emperor declared that while recent
victories over the Rebel Alliance were "encouraging, the War on Terror
is not over yet."
	- http://www.zip.com.au/~cat/misc/txt/waronterror.txt
-
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/