[PATCH] x86-64: Use -mtune=generic for generic kernels
authorAndi Kleen <ak@suse.de>
Sat, 25 Mar 2006 15:29:06 +0000 (16:29 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:52 +0000 (09:10 -0800)
commitdca99a38bccceda9e079d4c95abefbd9028605fe
tree1b583ae41d7b042e0249bb0b746c49fa6f09a4e8
parentc7ea1a96ec007ba761c9d5d11d788cd8fdd5c8b6
[PATCH] x86-64: Use -mtune=generic for generic kernels

The upcomming gcc 4.2 got a new option -mtune=generic to tune
code for both common AMD and Intel CPUs. Use this option
when available for generic kernels.

On x86-64 it is used with CONFIG_GENERIC_CPU. On i386 it is
enabled with CONFIG_X86_GENERIC.  It won't affect the base
line CPU support in any ways and also not the minimum supported CPU.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Makefile.cpu
arch/x86_64/Makefile