projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70168df
)
sparc32: Build kernel with -mcpu=v8
author
David S. Miller
<davem@davemloft.net>
Tue, 15 May 2012 17:48:54 +0000
(10:48 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/Makefile
b/arch/sparc/Makefile
index 7e8040b4504c050f360c8513ba0cfeacb82343e1..23f17d1c8cb42da6514b16a9c2bb405cf2ba672e 100644
(file)
--- a/
arch/sparc/Makefile
+++ b/
arch/sparc/Makefile
@@
-30,7
+30,7
@@
export BITS := 32
UTS_MACHINE := sparc
#KBUILD_CFLAGS += -g -pipe -fcall-used-g5 -fcall-used-g7
-KBUILD_CFLAGS += -m32 -mcpu=v
7
-pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
+KBUILD_CFLAGS += -m32 -mcpu=v
8
-pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
KBUILD_AFLAGS += -m32 -Wa,-Av8
else