Re: Linux 2.2.24-rc1

Alan Cox (alan@lxorguk.ukuu.org.uk)
17 Dec 2002 01:33:53 +0000


On Tue, 2002-12-17 at 00:15, Pawel Kot wrote:
> case X86_VENDOR_AMD:
> - init_amd(c);
> + if(init_amd(c))
> + return;
> return;
>
> case X86_VENDOR_CENTAUR:
> What does it fix?

If we get a vendor string, we should use it - thats all

-
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/