sparc32: Build kernel with -mcpu=v8
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2012 17:48:54 +0000 (10:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2012 17:48:54 +0000 (10:48 -0700)
With Cypress gone we can generate real hardware integer multiply
and divide instructions at will.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/Makefile

index 7e8040b4504c050f360c8513ba0cfeacb82343e1..23f17d1c8cb42da6514b16a9c2bb405cf2ba672e 100644 (file)
@@ -30,7 +30,7 @@ export BITS    := 32
 UTS_MACHINE    := sparc
 
 #KBUILD_CFLAGS += -g -pipe -fcall-used-g5 -fcall-used-g7
-KBUILD_CFLAGS += -m32 -mcpu=v7 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
+KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
 KBUILD_AFLAGS += -m32 -Wa,-Av8
 
 else
This page took 0.02704 seconds and 5 git commands to generate.