> > Out of five computers I build kernels for at home here, one of them has 
> > an AMD K6II processor in it and that is the only one that I need to use 
> > gcc 2.95.3 with.  The rest I use 3.0.x and they are quite stable.
I have also two machines using AMD's K6
 elfie:~ # cat /proc/cpuinfo
 processor       : 0
 vendor_id       : AuthenticAMD
 cpu family      : 5
 model           : 9
 model name      : AMD-K6(tm) 3D+ Processor
 stepping        : 1
 cpu MHz         : 400.914
 cache size      : 256 KB
 fdiv_bug        : no
 hlt_bug         : no
 f00f_bug        : no
 coma_bug        : no
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 1
 wp              : yes
 flags           : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr
 bogomips        : 799.53
On one of them I compiled the kernel with
 elfie:~ # gcc -v
 Reading specs from /usr/local/gcc3/lib/gcc-lib/i586-pc-linux-gnu/3.1/specs
 Configured with: /Src/gcc-20011203/configure --prefix=/usr/local/gcc3
 Thread model: single
 gcc version 3.1 20011203 (experimental)
and there were no problems yet (5 days up).
-- # Heinz Diehl, 68259 Mannheim, Germany - 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/