> My mainboard is from MSI and I believe it's quite nice and stable, since even
> the notoriuos overclockers from Kryotech use it for their Highspeed-Athlons
> (up tp 900 MHz...).

The current MSI's should be fine. Check on the very early ones though.

> Do I need a special Kernel-revision?

No. You need to avoid 2.2.7->2.2.11 because of a bug in Linux MTRR handling.

> Or compiler?

Nope

> Or glibc ?

Nope. You could build a new glibc in theory and gain some speed.

> By the way, what chances do I have that the K7 is supported by the gcc, soon?
> Which compiler options should I use to get the best results?

With the 2.3.x kernel optimisations and egcs I'm using the following. I'll point
out right now some of these probably overlap and I'm not a gcc expert I just
tried and benched stuff

ifdef CONFIG_MK7
CFLAGS := $(CFLAGS) -DCPU=686 -march=pentiumpro -mpentiumpro -malign-functions=4 
-fschedule-insns2 -mwide-multiply -fexpensive-optimizations
CFLAGS += $(shell if $(CC) -march=i686 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; 
then echo "-march=i686"; fi)
AFLAGS := $(AFLAGS) -DCPU=686
endif

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to