Re: [patch] Katmai/PIII support #2, pre-2.2.2-1

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Thu, 4 Feb 1999 08:11:38 +0100 (CET)


On Thu, 4 Feb 1999, CaT wrote:

> > the (attached) #2 version of the patch:
>
> I'm wondering. Should not arch/i386/Makefile be changed so that it includes
> something like this?
>
> ifdef CONFIG_M686FX
> CFLAGS := $(CFLAGS) -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686
> endif

correct, thanks. I've added something like this:

ifdef CONFIG_M686FX
CFLAGS := $(CFLAGS) -m486 -DCPU=686
endif

just for fun. these newer CPUs have not nearly that bad alignment behavior
and much more cache than older ones.

-- mingo

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