Re: Linux 2.2.24-rc1

From: Pawel Kot (pkot@linuxnews.pl)
Date: Mon Dec 16 2002 - 19:15:40 EST


On Mon, 16 Dec 2002, Alan Cox wrote:

> Linux 2.2.24-rc1
[...]
> o Fix misidentification of some AMD processors (Bruce Robson)
[...]

Is it the following chunk? (I can't find anything more appropriate)
@@ -1378,7 +1378,8 @@
                        return;

                case X86_VENDOR_AMD:
- init_amd(c);
+ if(init_amd(c))
+ return;
                        return;

                case X86_VENDOR_CENTAUR:
What does it fix?

pkot

-- 
mailto:pkot@linuxnews.pl :: mailto:pkot@slackware.pl
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku

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



This archive was generated by hypermail 2b29 : Mon Dec 23 2002 - 22:00:15 EST