aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2007-11-13 14:28:40 +1100
committerPaul Mackerras <paulus@samba.org>2007-11-13 14:28:40 +1100
commit64c911a3f7c9864a4bbddbb77b722d5553ddcd32 (patch)
tree66439e7291710ce45c36c49eeb4a8ffeb068cc16 /arch/powerpc/Makefile
parentACPI: add documentation for deprecated /proc/acpi/battery in ACPI_PROCFS (diff)
parent[POWERPC] Fix oops related to 4xx flush_tlb_page modification (diff)
downloadlinux-dev-64c911a3f7c9864a4bbddbb77b722d5553ddcd32.tar.xz
linux-dev-64c911a3f7c9864a4bbddbb77b722d5553ddcd32.zip
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 4e165342210a..bd87626c1f60 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -107,6 +107,9 @@ endif
# No AltiVec instruction when building kernel
KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
+# No SPE instruction when building kernel
+KBUILD_CFLAGS += $(call cc-option,-mno-spe)
+
# Enable unit-at-a-time mode when possible. It shrinks the
# kernel considerably.
KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)