Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.13-pre4 /arch/i386/kernel/setup.c

Filename:/arch/i386/kernel/setup.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.13-pre3  2.4.12-ac3  2.4.12-ac2  2.4.12-ac1  2.4.11  2.4.11-pre6 
(Following) 2.4.13-pre5  2.4.13-pre6  2.4.13  2.4.13-ac1  2.4.13-ac2  2.4.13-ac3 

Location
[  2.4.13-pre4
  [  arch
    [  i386
      [  kernel
         o  setup.c

Patch

diff -u --recursive --new-file v2.4.12/linux/arch/i386/kernel/setup.c linux/arch/i386/kernel/setup.c
--- v2.4.12/linux/arch/i386/kernel/setup.c   Tue Oct  9 17:06:51 2001
+++ linux/arch/i386/kernel/setup.c   Mon Oct 15 13:43:24 2001
@@ -1604,7 +1604,7 @@
 
       case 6:
          switch (c->x86_model) {
-            case 6 ... 7:      /* Cyrix III or C3 */
+            case 6 ... 8:      /* Cyrix III family */
                rdmsr (MSR_VIA_FCR, lo, hi);
                lo |= (1<<1 | 1<<7);   /* Report CX8 & enable PGE */
                wrmsr (MSR_VIA_FCR, lo, hi);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.