lkml.org 
[lkml]   [2000]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: test10-pre3
    Date
    From
    > > --- linux-2.4.0-test10-pre3/include/asm-i386/bugs.h.~1~	Sat Sep  9 12:49:40 2000
    > > +++ linux-2.4.0-test10-pre3/include/asm-i386/bugs.h Mon Oct 16 23:14:42 2000
    > > @@ -426,5 +426,5 @@
    > > check_pentium_f00f();
    > > #endif
    > > check_cyrix_coma();
    > > - system_utsname.machine[1] = '0' + boot_cpu_data.x86;
    > > + system_utsname.machine[1] = '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86);
    > > }
    >
    > Seems more sane to me.
    > Alan, same diff for 2.2 ?

    What about the other proc stuff. This will report a 1586, type 15 cpu and
    stuff but intel refuse to guarantee they wont produce an actual '786' class
    CPU.

    > > mtrr.c will need fixing too, but we can't really do that until Intel
    > > releases a new IA-32 System Programming manual with Pentium IV updates.
    >
    > Agreed.
    >
    > Why Intel chose family 15 is still beyond me though.

    Why Intel do most things is generally a complete mystery.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 12:41    [W:4.015 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site