[2.5. PATCH] cpufreq: VIA longhaul v.1 update

Dominik Brodowski (linux@brodo.de)
Fri, 1 Nov 2002 09:35:41 +0100


--gr/z0/N6AeWAPJVB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Updates for better support of VIA longhaul v.1. which is found on
Samuel/CyrixIII, Samuel2/C3 processors. (Dave Jones)

Dominik

--- linux-2545original/arch/i386/kernel/cpu/cpufreq/longhaul.c Thu Oct 31 1=
2:00:00 2002
+++ linux/arch/i386/kernel/cpu/cpufreq/longhaul.c Thu Oct 31 23:50:00 2002
@@ -1,5 +1,5 @@
/*
- * $Id: longhaul.c,v 1.72 2002/09/29 23:43:10 db Exp $
+ * $Id: longhaul.c,v 1.77 2002/10/31 21:17:40 db Exp $
*
* (C) 2001 Dave Jones. <davej@suse.de>
* (C) 2002 Padraig Brady. <padraig@antefacto.com>
@@ -436,8 +436,10 @@
switch (longhaul) {
case 1:
/* Ugh, Longhaul v1 didn't have the min/max MSRs.
- Assume max =3D whatever we booted at. */
+ Assume min=3D3.0x & max =3D whatever we booted at. */
+ minmult =3D 30;
maxmult =3D longhaul_get_cpu_mult();
+ minfsb =3D maxfsb =3D current_fsb;
break;
=20
case 2 ... 3:

--gr/z0/N6AeWAPJVB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Weitere Infos: siehe http://www.gnupg.org

iD8DBQE9wjzbZ8MDCHJbN8YRAjk/AJsG1INOc4AuH+DtxgnDVrbCUiB6BACfe6vN
f9lneRW2tvvnirQH6OY+eX8=
=qOdF
-----END PGP SIGNATURE-----

--gr/z0/N6AeWAPJVB--
-
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/