diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-05-22 14:25:34 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-22 14:25:34 -0400 |
commit | e4b636366c00738b9609cda307014d71b1225b7f (patch) | |
tree | 760b67b3624eda62e943e48ce93635c30a5b47bf /arch/mips/Makefile | |
parent | b9ed7252d219c1c663944bf03846eabb515dbe75 (diff) | |
parent | 279e677faa775ad16e75c32e1bf4a37f8158bc61 (diff) |
Merge branch 'master' into for-2.6.31
Conflicts:
drivers/block/hd.c
drivers/block/mg_disk.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 8d544c7c9fe9..26947ab85260 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -14,8 +14,6 @@ | |||
14 | 14 | ||
15 | KBUILD_DEFCONFIG := ip22_defconfig | 15 | KBUILD_DEFCONFIG := ip22_defconfig |
16 | 16 | ||
17 | cflags-y := -ffunction-sections | ||
18 | |||
19 | # | 17 | # |
20 | # Select the object file format to substitute into the linker script. | 18 | # Select the object file format to substitute into the linker script. |
21 | # | 19 | # |
@@ -50,6 +48,9 @@ ifneq ($(SUBARCH),$(ARCH)) | |||
50 | endif | 48 | endif |
51 | endif | 49 | endif |
52 | 50 | ||
51 | cflags-y := -ffunction-sections | ||
52 | cflags-y += $(call cc-option, -mno-check-zero-division) | ||
53 | |||
53 | ifdef CONFIG_32BIT | 54 | ifdef CONFIG_32BIT |
54 | ld-emul = $(32bit-emul) | 55 | ld-emul = $(32bit-emul) |
55 | vmlinux-32 = vmlinux | 56 | vmlinux-32 = vmlinux |