--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi,
function ppro_with_ram_bug() really contains one bug :))
return 0 is missing at the end of it and IMHO its return value is=20
always nonzero because of this bug.
Best regards.
--=20
Andrey Panin | Embedded systems software engineer
pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin=
.asc
--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-ppro_with_ram_bug
Content-Transfer-Encoding: quoted-printable
diff -urN -X /usr/dontdiff linux.vanilla/arch/i386/kernel/setup.c linux/arc=
h/i386/kernel/setup.c
--- linux.vanilla/arch/i386/kernel/setup.c Tue Oct 2 21:06:54 2001
+++ linux/arch/i386/kernel/setup.c Sat Oct 6 23:28:44 2001
@@ -2925,6 +2925,7 @@
return 1;
}
printk(KERN_INFO "Your Pentium Pro seems ok.\n");
+ return 0;
}
=09
/*
--sm4nu43k4a2Rpi4c--
--Bn2rw/3z4jIqBvZU
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7wUJ4Bm4rlNOo3YgRAhkAAJ92YeQGttDC+l/8gYTwG8Oyd6FkOQCfQ42F
FUb41nBKpeX3mHV/XO6kRiA=
=4QFS
-----END PGP SIGNATURE-----
--Bn2rw/3z4jIqBvZU--
-
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/